diff options
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 948bcaa82eb6..0c3a991a240e 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -119,6 +119,14 @@ static inline void omap2xxx_restart(char mode, const char *cmd) | |||
119 | } | 119 | } |
120 | #endif | 120 | #endif |
121 | 121 | ||
122 | #ifdef CONFIG_SOC_AM33XX | ||
123 | void am33xx_restart(char mode, const char *cmd); | ||
124 | #else | ||
125 | static inline void am33xx_restart(char mode, const char *cmd) | ||
126 | { | ||
127 | } | ||
128 | #endif | ||
129 | |||
122 | #ifdef CONFIG_ARCH_OMAP3 | 130 | #ifdef CONFIG_ARCH_OMAP3 |
123 | void omap3xxx_restart(char mode, const char *cmd); | 131 | void omap3xxx_restart(char mode, const char *cmd); |
124 | #else | 132 | #else |