[ARM] 3038/1: AAEC-2000 - Proper includes in hardware.h
authorBellido Nicolas <ml@acolin.be>
Fri, 28 Oct 2005 15:51:41 +0000 (16:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 15:51:41 +0000 (16:51 +0100)
Patch from Bellido Nicolas

linux/config.h is not necessary in hardware.h, while asm/sizes.h and asm/arch//aaec2000.h will be used later.

Signed-off-by: Nicolas Bellido <ml@acolin.be>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-aaec2000/hardware.h

index 4c37219e030e6483296a514a54e3aea8ce43ca7b..153506fd06ed0a78caa630383952f6817d54d153 100644 (file)
@@ -11,7 +11,8 @@
 #ifndef __ASM_ARCH_HARDWARE_H
 #define __ASM_ARCH_HARDWARE_H
 
-#include <linux/config.h>
+#include <asm/sizes.h>
+#include <asm/arch/aaec2000.h>
 
 /* The kernel is loaded at physical address 0xf8000000.
  * We map the IO space a bit after
This page took 0.037182 seconds and 5 git commands to generate.