diff options
Diffstat (limited to 'arch/arm/mach-orion/common.h')
-rw-r--r-- | arch/arm/mach-orion/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-orion/common.h b/arch/arm/mach-orion/common.h index 2b452facadd1..06c10c06f03e 100644 --- a/arch/arm/mach-orion/common.h +++ b/arch/arm/mach-orion/common.h | |||
@@ -67,4 +67,12 @@ void gpio_display(void); /* debug */ | |||
67 | */ | 67 | */ |
68 | extern struct sys_timer orion_timer; | 68 | extern struct sys_timer orion_timer; |
69 | 69 | ||
70 | /* | ||
71 | * Pull in Orion Ethernet platform_data, used by machine-setup | ||
72 | */ | ||
73 | |||
74 | struct mv643xx_eth_platform_data; | ||
75 | |||
76 | void __init orion_eth_init(struct mv643xx_eth_platform_data *eth_data); | ||
77 | |||
70 | #endif /* __ARCH_ORION_COMMON_H__ */ | 78 | #endif /* __ARCH_ORION_COMMON_H__ */ |