aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/mach/hardware.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-03-23 18:07:34 -0700
committerTony Lindgren <tony@atomide.com>2009-03-23 18:07:34 -0700
commit278267be38949b051f49e0bc3da76bfb2af49abf (patch)
treef98a88e11e1b8aca93a92f8e5054d7bc0f7e4abf /arch/arm/plat-omap/include/mach/hardware.h
parent228fe42e5e78649f4a773a47c0a48cbea8e640af (diff)
ARM: OMAP: No need to include board-innovator.h from hardware.h
Move the defines to the 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 040244cc719..0b1b91f1981 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -294,10 +294,6 @@
* ---------------------------------------------------------------------------
*/
-#ifdef CONFIG_MACH_OMAP_INNOVATOR
-#include "board-innovator.h"
-#endif
-
#ifdef CONFIG_MACH_OMAP_H4
#include "board-h4.h"
#endif