arm: fix implicit use of page.h in several arch/arm files
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 22:38:45 +0000 (18:38 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:46 +0000 (19:30 -0400)
Add the include to fix things like this:

arch/arm/mach-sa1100/jornada720.c:278: error: 'PAGE_SHIFT' undeclared here (not in a function)
arch/arm/mach-bcmring/mm.c:32: error: 'PAGE_SHIFT' undeclared here (not in a function)
arch/arm/mach-sa1100/collie.c:361: error: 'PAGE_SHIFT' undeclared here (not in a function)

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

index 8616876abb9f92df76fd4a53de0bdc01aefd494b..1adec78ec940ef7a620a23e88752a1f6c0c2d642 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
+#include <asm/page.h>
 #include <asm/mach/map.h>
 
 #include <mach/hardware.h>
index bd3e1bfdd6aa7b9e0e71de6a5ae37b28eda58fcf..2965cc9d424ee5dc9f504930052bec9ddcc0504f 100644 (file)
@@ -31,6 +31,7 @@
 #include <mach/hardware.h>
 #include <asm/mach-types.h>
 #include <asm/irq.h>
+#include <asm/page.h>
 #include <asm/setup.h>
 #include <mach/collie.h>
 
index 0bb520d48ed0909c8876809572832c0a58fe59a8..77198fe02bc5ad2e8e4fc69bafe7881e21663c7a 100644 (file)
@@ -26,6 +26,7 @@
 #include <mach/hardware.h>
 #include <asm/hardware/sa1111.h>
 #include <asm/irq.h>
+#include <asm/page.h>
 #include <asm/mach-types.h>
 #include <asm/setup.h>
 #include <asm/mach/arch.h>