ARM: restart: omap: use new restart hook
[deliverable/linux.git] / arch / arm / plat-omap / include / plat / system.h
index c5fa9e92900947e3ca41be37c4edb397146aa069..910f15ff8c8d30c44030089529ba215b03ea402b 100644 (file)
@@ -12,6 +12,8 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
-extern void (*arch_reset)(char, const char *);
+static inline void arch_reset(char mode, const char *cmd)
+{
+}
 
 #endif
This page took 0.027099 seconds and 5 git commands to generate.