
5 May
2009
5 May
'09
8:28 a.m.
diff --git a/include/asm-arm/config.h
b/include/asm-arm/config.h index
049c44e..5d52f15 100644 --- a/include/asm-arm/config.h +++ b/include/asm-arm/config.h @@ -21,4 +21,8 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_
+#if defined (CONFIG_KIRKWOOD) +#include <asm-arm/arch-kirkwood/kirkwood.h> +#endif /* CONFIG_KIRKWOOD */
a header must only be include in the file that need it please remove from here
asm/config.h is included in include/common.h which is automatically generated by make It makes no sense to keep include/asm-arm/config.h empty.
Regards.. Prafulla . .