diff options
Diffstat (limited to 'arch/arm/mach-ux500/setup.h')
-rw-r--r-- | arch/arm/mach-ux500/setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/setup.h b/arch/arm/mach-ux500/setup.h index cad3ca86c540..656324aad18e 100644 --- a/arch/arm/mach-ux500/setup.h +++ b/arch/arm/mach-ux500/setup.h | |||
@@ -11,10 +11,13 @@ | |||
11 | #ifndef __ASM_ARCH_SETUP_H | 11 | #ifndef __ASM_ARCH_SETUP_H |
12 | #define __ASM_ARCH_SETUP_H | 12 | #define __ASM_ARCH_SETUP_H |
13 | 13 | ||
14 | #include <asm/mach/arch.h> | ||
14 | #include <asm/mach/time.h> | 15 | #include <asm/mach/time.h> |
15 | #include <linux/init.h> | 16 | #include <linux/init.h> |
16 | #include <linux/mfd/abx500/ab8500.h> | 17 | #include <linux/mfd/abx500/ab8500.h> |
17 | 18 | ||
19 | void ux500_restart(enum reboot_mode mode, const char *cmd); | ||
20 | |||
18 | void __init ux500_map_io(void); | 21 | void __init ux500_map_io(void); |
19 | extern void __init u8500_map_io(void); | 22 | extern void __init u8500_map_io(void); |
20 | 23 | ||