summary refs log tree commit diff
path: root/arch/arm/mach-w90x900/mach-w90p910evb.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-01-10 11:34:39 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-01-12 13:51:03 +0000
commitd672d2fc13242f9284345cb7e4c5a32cd5edefa3 (patch)
tree94784a66a7302db99b8d215e138e0d0099ec9675 /arch/arm/mach-w90x900/mach-w90p910evb.c
parentae04d1401577bb63151480a053057de58b8e10bb (diff)
downloadlinux-d672d2fc13242f9284345cb7e4c5a32cd5edefa3.tar.gz
[ARM] w90x900: fix build errors and warnings
Fix:
arch/arm/mach-w90x900/mach-w90p910evb.c:65: error: 'W90X900_PA_UART' undeclared here (not in a function)

and silence warnings caused by inappropriate inclusion of mach/system.h.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900/mach-w90p910evb.c')
-rw-r--r--arch/arm/mach-w90x900/mach-w90p910evb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/mach-w90p910evb.c b/arch/arm/mach-w90x900/mach-w90p910evb.c
index 9307a2475438..9ebc93f48530 100644
--- a/arch/arm/mach-w90x900/mach-w90p910evb.c
+++ b/arch/arm/mach-w90x900/mach-w90p910evb.c
@@ -29,6 +29,7 @@
 #include <asm/mach-types.h>
 
 #include <mach/regs-serial.h>
+#include <mach/map.h>
 
 #include "cpu.h"