summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include
diff options
context:
space:
mode:
authorJean-Philippe SAVE2011-04-12 18:08:06 +0200
committerJean-Philippe SAVE2011-04-12 18:15:00 +0200
commite242077273756001706c9c186c1f3713cd9f8e99 (patch)
tree11997015f543d09b008facb6a82cd18d9dca046c /cleopatre/u-boot-1.1.6/include
parent69e3851d32dec41c5ea05be8b14c3108316cb95e (diff)
cleo/u-boot: suppress unused ifdef in include file
We used a ifdef CONFIG_ARCH_SPC300, in a file that is normally called only if we have define ARCH_SPC300.
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include')
-rw-r--r--cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/hardware.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/hardware.h b/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/hardware.h
index b7760c4af5..e0db8a5137 100644
--- a/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/hardware.h
+++ b/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/hardware.h
@@ -26,11 +26,8 @@
#include <config.h>
#include "bus_sys.h"
-
-#ifdef CONFIG_ARCH_SPC300
#include "sdk300.h"
#include "spi.h"
-#endif
#endif /* _ASM_ARCH_HARDWARE_H */