]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm: fix implicit use of PAGE_SHIFT in collie.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 14:42:00 +0000 (10:42 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:31 +0000 (15:10 -0400)
commit80adba576dedbbe03faf67a9a09eb479d3f0d4c1
tree846f8ced19591e8003a97688a4b543c7b9751a57
parenta608f1c1b780f8f1d76aebdb11cc0b361203a59e
arm: fix implicit use of PAGE_SHIFT in collie.c

Otherwise we get this:

  CC      arch/arm/mach-sa1100/collie.o
arch/arm/mach-sa1100/collie.c:361: error: 'PAGE_SHIFT' undeclared here (not in a function)
make[3]: *** [arch/arm/mach-sa1100/collie.o] Error 1

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