Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d672d2fc authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ae04d140
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <asm/mach-types.h>

#include <mach/regs-serial.h>
#include <mach/map.h>

#include "cpu.h"

+0 −1
Original line number Diff line number Diff line
@@ -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>