diff options
Diffstat (limited to 'arch/arm/mach-orion5x/common.h')
-rw-r--r-- | arch/arm/mach-orion5x/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/common.h b/arch/arm/mach-orion5x/common.h index 26d6f34b6027..cd0389c6e822 100644 --- a/arch/arm/mach-orion5x/common.h +++ b/arch/arm/mach-orion5x/common.h | |||
@@ -64,9 +64,8 @@ int orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys); | |||
64 | struct pci_bus *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys); | 64 | struct pci_bus *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys); |
65 | int orion5x_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin); | 65 | int orion5x_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin); |
66 | 66 | ||
67 | struct meminfo; | ||
68 | struct tag; | 67 | struct tag; |
69 | extern void __init tag_fixup_mem32(struct tag *, char **, struct meminfo *); | 68 | extern void __init tag_fixup_mem32(struct tag *, char **); |
70 | 69 | ||
71 | #ifdef CONFIG_MACH_MSS2_DT | 70 | #ifdef CONFIG_MACH_MSS2_DT |
72 | extern void mss2_init(void); | 71 | extern void mss2_init(void); |