aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mmp/common.h')
-rw-r--r--arch/arm/mach-mmp/common.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h
index c33fbbc4941..cf445bae6d7 100644
--- a/arch/arm/mach-mmp/common.h
+++ b/arch/arm/mach-mmp/common.h
@@ -1,13 +1,10 @@
+#include <linux/reboot.h>
#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
-struct sys_timer;
-
extern void timer_init(int irq);
-extern struct sys_timer pxa168_timer;
-extern struct sys_timer pxa910_timer;
-extern void __init pxa168_init_irq(void);
-extern void __init pxa910_init_irq(void);
-
-extern void __init icu_init_irq(void);
-extern void __init pxa_map_io(void);
+extern void __init mmp_map_io(void);
+extern void mmp_restart(enum reboot_mode, const char *);
+extern void __init pxa168_clk_init(void);
+extern void __init pxa910_clk_init(void);
+extern void __init mmp2_clk_init(void);