diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-01-10 11:34:39 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-01-12 13:51:03 +0000 |
commit | d672d2fc13242f9284345cb7e4c5a32cd5edefa3 (patch) | |
tree | 94784a66a7302db99b8d215e138e0d0099ec9675 /arch | |
parent | ae04d1401577bb63151480a053057de58b8e10bb (diff) | |
download | op-kernel-dev-d672d2fc13242f9284345cb7e4c5a32cd5edefa3.zip op-kernel-dev-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')
-rw-r--r-- | arch/arm/mach-w90x900/mach-w90p910evb.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-w90x900/time.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/mach-w90p910evb.c b/arch/arm/mach-w90x900/mach-w90p910evb.c index 9307a24..9ebc93f 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" diff --git a/arch/arm/mach-w90x900/time.c b/arch/arm/mach-w90x900/time.c index 3a69e38..bcc838f 100644 --- a/arch/arm/mach-w90x900/time.c +++ b/arch/arm/mach-w90x900/time.c @@ -28,7 +28,6 @@ #include <asm/mach/irq.h> #include <asm/mach/time.h> -#include <mach/system.h> #include <mach/map.h> #include <mach/regs-timer.h> |