]> 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>
Sun, 31 Jul 2011 14:42:00 +0000 (10:42 -0400)
commitf48eb44367b648bdaa952d06ac8df463f03dd7ad
treec842ec8c670c141c6bf6387dceaef1744cab3e66
parent1c2e3d1eb0fc1457ae50a292eaf38b57930f7c39
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