aboutsummaryrefslogtreecommitdiffstats
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
commit3a0110cdae41fb91d005c335db9e5e697dddc5cd (patch)
treee41a3824d2c8fdb54cf89f6c84df78058a660e1f /arch/arm/plat-omap/include/mach/hardware.h
parentARM: OMAP: No need to include board-innovator.h from hardware.h (diff)
downloadlinux-dev-3a0110cdae41fb91d005c335db9e5e697dddc5cd.tar.xz
linux-dev-3a0110cdae41fb91d005c335db9e5e697dddc5cd.zip
ARM: OMAP: No need to include board-osk.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 0b1b91f19815..201a8fa2479e 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -314,10 +314,6 @@
#include "board-apollon.h"
#endif
-#ifdef CONFIG_MACH_OMAP_OSK
-#include "board-osk.h"
-#endif
-
#ifdef CONFIG_MACH_VOICEBLUE
#include "board-voiceblue.h"
#endif