]> 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, 25 Aug 2011 17:54:49 +0000 (13:54 -0400)
commit98f4106241b85d506a00b0df4fb06ceb54ad5e47
treeadebc6a70ffa9feef6a1fd4356d1baff824aa191
parent40cc7fb8003b826a20a936dc4526f35f5a5fd201
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