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>
This commit is contained in:
Tony Lindgren
2009-03-23 18:07:39 -07:00
parent d40cdf080d
commit 6b0147cda6
4 changed files with 2 additions and 56 deletions

View File

@ -11,6 +11,8 @@
#ifndef CONFIG_MACH_VOICEBLUE
#define voiceblue_reset() do {} while (0)
#else
extern void voiceblue_reset(void);
#endif
extern void omap_prcm_arch_reset(char mode);