summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell King2009-04-26 14:56:01 +0200
committerRussell King2009-04-26 14:56:01 +0200
commit5876ee950f28612814cc4e01c5549718f8b79dce (patch)
tree65f89aa85a8b6100c28260f14b2095c39d397669
parentMerge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm... (diff)
downloadkernel-qcow2-linux-5876ee950f28612814cc4e01c5549718f8b79dce.tar.gz
kernel-qcow2-linux-5876ee950f28612814cc4e01c5549718f8b79dce.tar.xz
kernel-qcow2-linux-5876ee950f28612814cc4e01c5549718f8b79dce.zip
[ARM] lart: fix build error
arch/arm/mach-sa1100/lart.c:36: error: 'PAGE_SHIFT' undeclared here (not in a function) Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--arch/arm/mach-sa1100/lart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c
index 0cd52692d2f7..1f940df0e5af 100644
--- a/arch/arm/mach-sa1100/lart.c
+++ b/arch/arm/mach-sa1100/lart.c
@@ -9,6 +9,7 @@
#include <mach/hardware.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
+#include <asm/page.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>