aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-footbridge/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-footbridge/common.h')
-rw-r--r--arch/arm/mach-footbridge/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/common.h b/arch/arm/mach-footbridge/common.h
index a846e50a07b..56607b3a773 100644
--- a/arch/arm/mach-footbridge/common.h
+++ b/arch/arm/mach-footbridge/common.h
@@ -1,3 +1,4 @@
+#include <linux/reboot.h>
extern void footbridge_timer_init(void);
extern void isa_timer_init(void);
@@ -8,4 +9,4 @@ extern void footbridge_map_io(void);
extern void footbridge_init_irq(void);
extern void isa_init_irq(unsigned int irq);
-extern void footbridge_restart(char, const char *);
+extern void footbridge_restart(enum reboot_mode, const char *);