]> 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>
Tue, 2 Aug 2011 16:37:12 +0000 (12:37 -0400)
commitdbd4b502e0293f1f812bb0b798cb8e6892e42058
tree91093940963da6a1e3f604a7231dc31a430a51d2
parente31b30cdaaeabbebabcf6b1d011c42d893cc4200
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