ARM: mach-sa1100: fix implicit use of page.h
authorBjorn Helgaas <[email protected]>
Tue, 3 Jan 2012 17:12:48 +0000 (17:12 +0000)
committerRussell King <[email protected]>
Tue, 3 Jan 2012 17:12:48 +0000 (17:12 +0000)
Fixes this build error:

arch/arm/mach-sa1100/nanoengine.c:75:11: error: 'PAGE_SHIFT' undeclared here (not in a function)

CC: Marcelo Roberto Jimenez <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/mach-sa1100/nanoengine.c

index 032f3881d145174cf00838fda285d893492a87dd..d480438579dd11aa58e23557570633bf35899cd0 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <asm/mach-types.h>
 #include <asm/setup.h>
+#include <asm/page.h>
 
 #include <asm/mach/arch.h>
 #include <asm/mach/flash.h>