diff options
author | Bellido Nicolas <ml@acolin.be> | 2006-05-07 22:49:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-05-07 22:49:21 +0100 |
commit | 8a33b224ecb576e27695ff8922c8e579dbf7070e (patch) | |
tree | eb346e45f50c24a1c05957fc9987ce2d1a92155c /arch/arm/mach-aaec2000/core.h | |
parent | 16b6dd4419cdef637a907cfc26594e4ebe688975 (diff) |
[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>
Diffstat (limited to 'arch/arm/mach-aaec2000/core.h')
-rw-r--r-- | arch/arm/mach-aaec2000/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-aaec2000/core.h b/arch/arm/mach-aaec2000/core.h index b6029a95f19..59501b57316 100644 --- a/arch/arm/mach-aaec2000/core.h +++ b/arch/arm/mach-aaec2000/core.h @@ -9,6 +9,7 @@ * */ +#include <linux/amba/bus.h> #include <linux/amba/clcd.h> struct sys_timer; |