Browse Source

[ARM] realview core.h uses leds_event_t, so include asm/leds.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 19 years ago
parent
commit
01bbaf0b2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-realview/core.h

+ 1 - 0
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))