aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/hardware.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-03-23 21:07:35 -0400
committerTony Lindgren <tony@atomide.com>2009-03-23 21:07:35 -0400
commit7055477558686e106149bf0bb0edc0f5cd848ad9 (patch)
treef218eef5683d574095b650cdcabd23a124359d83 /arch/arm/plat-omap/include/mach/hardware.h
parenta362fdbddb713d27ec0931a8be64b767f85bae0d (diff)
ARM: OMAP: No need to include board-apollon.h from hardware.h
Move the defines to the associated board file and remove the now unnecessary header file. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/hardware.h')
-rw-r--r--arch/arm/plat-omap/include/mach/hardware.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h
index 346a5c73197d..26f14f7b3e69 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -306,10 +306,6 @@
306#include "board-ldp.h" 306#include "board-ldp.h"
307#endif 307#endif
308 308
309#ifdef CONFIG_MACH_OMAP_APOLLON
310#include "board-apollon.h"
311#endif
312
313#ifdef CONFIG_MACH_VOICEBLUE 309#ifdef CONFIG_MACH_VOICEBLUE
314#include "board-voiceblue.h" 310#include "board-voiceblue.h"
315#endif 311#endif