[ARM] 3504/1: Fix clcd includes for aaec2000
authorBellido Nicolas <ml@acolin.be>
Sun, 7 May 2006 21:49:21 +0000 (22:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 7 May 2006 21:49:21 +0000 (22:49 +0100)
Patch from Bellido Nicolas

Since this patch:
 [ARM] 3366/1: Allow the 16bpp mode configuration in the CLCD control register

linux/amba/bus.h needs to be included before linux/amba/clcd.h

Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-aaec2000/core.c
arch/arm/mach-aaec2000/core.h

index 3be05c4..65be5ef 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/interrupt.h>
 #include <linux/timex.h>
 #include <linux/signal.h>
-#include <linux/amba/bus.h>
 
 #include <asm/hardware.h>
 #include <asm/irq.h>
index b6029a9..59501b5 100644 (file)
@@ -9,6 +9,7 @@
  *
  */
 
+#include <linux/amba/bus.h>
 #include <linux/amba/clcd.h>
 
 struct sys_timer;