]> Pileus Git - ~andy/linux/commit
arm: fix implicit use of page.h in several arch/arm files
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 22:38:45 +0000 (18:38 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:46 +0000 (19:30 -0400)
commit9e54d33fbfc6ef120b86ab1e6181763ecc44eb98
tree8151146b3b51664de9bacea2ac9755dd04a1fdc9
parentd44b28c49e7ab3baf280100ab86d8e7ef9204e45
arm: fix implicit use of page.h in several arch/arm files

Add the include to fix things like this:

arch/arm/mach-sa1100/jornada720.c:278: error: 'PAGE_SHIFT' undeclared here (not in a function)
arch/arm/mach-bcmring/mm.c:32: error: 'PAGE_SHIFT' undeclared here (not in a function)
arch/arm/mach-sa1100/collie.c:361: error: 'PAGE_SHIFT' undeclared here (not in a function)

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/arm/mach-bcmring/mm.c
arch/arm/mach-sa1100/collie.c
arch/arm/mach-sa1100/jornada720.c