Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137476
b: refs/heads/master
c: 6b0147c
h: refs/heads/master
v: v3
  • Loading branch information
Tony Lindgren committed Mar 24, 2009
1 parent 2540da8 commit fc6379e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 57 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d40cdf080deac7dfa1b3c6ea216db97e872de1b2
refs/heads/master: 6b0147cda6a9d8c236cd04fb35b44de828d8a7eb
33 changes: 0 additions & 33 deletions trunk/arch/arm/plat-omap/include/mach/board-omap3beagle.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/arch/arm/plat-omap/include/mach/board-voiceblue.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
extern void voiceblue_wdt_enable(void);
extern void voiceblue_wdt_disable(void);
extern void voiceblue_wdt_ping(void);
extern void voiceblue_reset(void);

#endif /* __ASM_ARCH_VOICEBLUE_H */

22 changes: 0 additions & 22 deletions trunk/arch/arm/plat-omap/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,26 +286,4 @@
#include "omap24xx.h"
#include "omap34xx.h"

#ifndef __ASSEMBLER__

/*
* ---------------------------------------------------------------------------
* Board specific defines
* ---------------------------------------------------------------------------
*/

#ifdef CONFIG_MACH_OMAP3_BEAGLE
#include "board-omap3beagle.h"
#endif

#ifdef CONFIG_MACH_VOICEBLUE
#include "board-voiceblue.h"
#endif

#ifdef CONFIG_MACH_SX1
#include "board-sx1.h"
#endif

#endif /* !__ASSEMBLER__ */

#endif /* __ASM_ARCH_OMAP_HARDWARE_H */
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-omap/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fc6379e

Please sign in to comment.