|
@@ -162,7 +162,8 @@ static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5)
|
|
|
|
|
|
+#if defined(CONFIG_ARCH_OMAP4) || defined(CONFIG_SOC_OMAP5) || \
|
|
|
|
+ defined(CONFIG_SOC_DRA7XX) || defined(CONFIG_SOC_AM43XX)
|
|
void omap44xx_restart(enum reboot_mode mode, const char *cmd);
|
|
void omap44xx_restart(enum reboot_mode mode, const char *cmd);
|
|
#else
|
|
#else
|
|
static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd)
|
|
static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd)
|