aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/system.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/system.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/system.h')
-rw-r--r--arch/arm/plat-omap/include/mach/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/system.h b/arch/arm/plat-omap/include/mach/system.h
index 06923f261545..8422845c5b62 100644
--- a/arch/arm/plat-omap/include/mach/system.h
+++ b/arch/arm/plat-omap/include/mach/system.h
@@ -11,6 +11,8 @@
11 11
12#ifndef CONFIG_MACH_VOICEBLUE 12#ifndef CONFIG_MACH_VOICEBLUE
13#define voiceblue_reset() do {} while (0) 13#define voiceblue_reset() do {} while (0)
14#else
15extern void voiceblue_reset(void);
14#endif 16#endif
15 17
16extern void omap_prcm_arch_reset(char mode); 18extern void omap_prcm_arch_reset(char mode);