[ARM] 3504/1: Fix clcd includes for aaec2000

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>

authored by Bellido Nicolas and committed by Russell King 8a33b224 16b6dd44

+1 -1
-1
arch/arm/mach-aaec2000/core.c
··· 20 #include <linux/interrupt.h> 21 #include <linux/timex.h> 22 #include <linux/signal.h> 23 - #include <linux/amba/bus.h> 24 25 #include <asm/hardware.h> 26 #include <asm/irq.h>
··· 20 #include <linux/interrupt.h> 21 #include <linux/timex.h> 22 #include <linux/signal.h> 23 24 #include <asm/hardware.h> 25 #include <asm/irq.h>
+1
arch/arm/mach-aaec2000/core.h
··· 9 * 10 */ 11 12 #include <linux/amba/clcd.h> 13 14 struct sys_timer;
··· 9 * 10 */ 11 12 + #include <linux/amba/bus.h> 13 #include <linux/amba/clcd.h> 14 15 struct sys_timer;