From: Russell King Date: Mon, 7 Nov 2005 10:30:16 +0000 (+0000) Subject: [ARM] realview core.h uses leds_event_t, so include asm/leds.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=01bbaf0b2b7b38e43139dce8bd64f8c7b2b83940;p=linux-beck.git [ARM] realview core.h uses leds_event_t, so include asm/leds.h Signed-off-by: Russell King --- diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h index 575599db74db..d83e8bad2038 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 +#include #include #define __io_address(n) __io(IO_ADDRESS(n))