diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-23 21:07:35 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 21:07:35 -0400 |
commit | b2830810fd8ca8cd8a929a6d6a6c886b1d689a51 (patch) | |
tree | 2b462d96459a77ed59e68a657683e4a2d4c5e634 /arch/arm/plat-omap/include/mach/hardware.h | |
parent | 3a0110cdae41fb91d005c335db9e5e697dddc5cd (diff) |
ARM: OMAP: No need to include board-palm*.h from hardware.h
Move the defines to the associated board file and remove
the now unnecessary header files.
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.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h index 201a8fa2479..194ed49e4d7 100644 --- a/arch/arm/plat-omap/include/mach/hardware.h +++ b/arch/arm/plat-omap/include/mach/hardware.h | |||
@@ -318,18 +318,6 @@ | |||
318 | #include "board-voiceblue.h" | 318 | #include "board-voiceblue.h" |
319 | #endif | 319 | #endif |
320 | 320 | ||
321 | #ifdef CONFIG_MACH_OMAP_PALMTE | ||
322 | #include "board-palmte.h" | ||
323 | #endif | ||
324 | |||
325 | #ifdef CONFIG_MACH_OMAP_PALMZ71 | ||
326 | #include "board-palmz71.h" | ||
327 | #endif | ||
328 | |||
329 | #ifdef CONFIG_MACH_OMAP_PALMTT | ||
330 | #include "board-palmtt.h" | ||
331 | #endif | ||
332 | |||
333 | #ifdef CONFIG_MACH_SX1 | 321 | #ifdef CONFIG_MACH_SX1 |
334 | #include "board-sx1.h" | 322 | #include "board-sx1.h" |
335 | #endif | 323 | #endif |