commit | 01bbaf0b2b7b38e43139dce8bd64f8c7b2b83940 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Nov 07 10:30:16 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Nov 07 10:30:16 2005 +0000 |
tree | 9ef458260b4336d177c87ad832055f911c3cf8b5 | |
parent | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 [diff] [blame] |
[ARM] realview core.h uses leds_event_t, so include asm/leds.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h index 575599d..d83e8ba 100644 --- a/arch/arm/mach-realview/core.h +++ b/arch/arm/mach-realview/core.h
@@ -23,6 +23,7 @@ #define __ASM_ARCH_REALVIEW_H #include <asm/hardware/amba.h> +#include <asm/leds.h> #include <asm/io.h> #define __io_address(n) __io(IO_ADDRESS(n))