diff options
Diffstat (limited to 'arch/arm/mach-realview/core.h')
-rw-r--r-- | arch/arm/mach-realview/core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-realview/core.h b/arch/arm/mach-realview/core.h index 13dc830ef469..868ece221978 100644 --- a/arch/arm/mach-realview/core.h +++ b/arch/arm/mach-realview/core.h | |||
@@ -52,8 +52,7 @@ extern int realview_flash_register(struct resource *res, u32 num); | |||
52 | extern int realview_eth_register(const char *name, struct resource *res); | 52 | extern int realview_eth_register(const char *name, struct resource *res); |
53 | extern int realview_usb_register(struct resource *res); | 53 | extern int realview_usb_register(struct resource *res); |
54 | extern void realview_init_early(void); | 54 | extern void realview_init_early(void); |
55 | extern void realview_fixup(struct tag *tags, char **from, | 55 | extern void realview_fixup(struct tag *tags, char **from); |
56 | struct meminfo *meminfo); | ||
57 | 56 | ||
58 | extern struct smp_operations realview_smp_ops; | 57 | extern struct smp_operations realview_smp_ops; |
59 | extern void realview_cpu_die(unsigned int cpu); | 58 | extern void realview_cpu_die(unsigned int cpu); |