summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-01 00:38:45 +0200
committerPaul Gortmaker2011-11-01 00:30:46 +0100
commit9e54d33fbfc6ef120b86ab1e6181763ecc44eb98 (patch)
tree8151146b3b51664de9bacea2ac9755dd04a1fdc9 /arch/arm/mach-bcmring
parentarm: fix implicit memset/string.h usage in various arch/arm files (diff)
downloadkernel-qcow2-linux-9e54d33fbfc6ef120b86ab1e6181763ecc44eb98.tar.gz
kernel-qcow2-linux-9e54d33fbfc6ef120b86ab1e6181763ecc44eb98.tar.xz
kernel-qcow2-linux-9e54d33fbfc6ef120b86ab1e6181763ecc44eb98.zip
arm: fix implicit use of page.h in several arch/arm files
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>
Diffstat (limited to 'arch/arm/mach-bcmring')
-rw-r--r--arch/arm/mach-bcmring/mm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmring/mm.c b/arch/arm/mach-bcmring/mm.c
index 8616876abb9f..1adec78ec940 100644
--- a/arch/arm/mach-bcmring/mm.c
+++ b/arch/arm/mach-bcmring/mm.c
@@ -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>