]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 3be05c43061986a99fb9bd8a2d73ea337e641c54..65be5efd633c7b618c71f1a2e478ea8501b3c110 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 b6029a95f19cfe9dfaec885e9c61f1aefd439969..59501b5731674b5a99c5119916b335fec7300c85 100644 (file)
@@ -9,6 +9,7 @@
  *
  */
 
+#include <linux/amba/bus.h>
 #include <linux/amba/clcd.h>
 
 struct sys_timer;