소스 검색

[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 20 년 전
부모
커밋
01bbaf0b2b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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))