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:39 -0400
committerTony Lindgren <tony@atomide.com>2009-03-23 21:07:39 -0400
commit6b0147cda6a9d8c236cd04fb35b44de828d8a7eb (patch)
tree2ff2d17a0d83573fb3958cba2e9c091003ae0484 /arch/arm/plat-omap/include/mach/hardware.h
parentd40cdf080deac7dfa1b3c6ea216db97e872de1b2 (diff)
ARM: OMAP: Remove remaining board-*.h includes from hardware.h
Also remove board-omap3beagle.h that is not included anywhere, and move protoype for voiceblue_reset() from board-voiceblue.h to system.h. After this patch there are still board-ams-delta.h, board-sx1.h and board-voiceblue.h that export some functions. These could be removed if the functions were moved under drivers. 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.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h
index bba9498253e..3dc423ed3e8 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -286,26 +286,4 @@
286#include "omap24xx.h" 286#include "omap24xx.h"
287#include "omap34xx.h" 287#include "omap34xx.h"
288 288
289#ifndef __ASSEMBLER__
290
291/*
292 * ---------------------------------------------------------------------------
293 * Board specific defines
294 * ---------------------------------------------------------------------------
295 */
296
297#ifdef CONFIG_MACH_OMAP3_BEAGLE
298#include "board-omap3beagle.h"
299#endif
300
301#ifdef CONFIG_MACH_VOICEBLUE
302#include "board-voiceblue.h"
303#endif
304
305#ifdef CONFIG_MACH_SX1
306#include "board-sx1.h"
307#endif
308
309#endif /* !__ASSEMBLER__ */
310
311#endif /* __ASM_ARCH_OMAP_HARDWARE_H */ 289#endif /* __ASM_ARCH_OMAP_HARDWARE_H */