aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion/common.h
diff options
context:
space:
mode:
authorTzachi Perelstein <tzachi@marvell.com>2007-10-31 06:42:41 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 10:03:51 -0500
commite07c9d85726e57914608a4e66a5dbb35863cd8fb (patch)
treef095aec54443d84107d70ec33693416473fec742 /arch/arm/mach-orion/common.h
parentca26f7d3ed3c841e561613a9ea2f44ca899e27de (diff)
[ARM] Orion: common platform setup for Gigabit Ethernet port
The Orion Ethernet port is the same port used in the Discovery family (MV643XX). This patch include the common platform_device stuff according to the existing mv643xx_eth conventions. Signed-off-by: Tzachi Perelstein <tzachi@marvell.com> Reviewed-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion/common.h')
-rw-r--r--arch/arm/mach-orion/common.h8
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 */
68extern struct sys_timer orion_timer; 68extern struct sys_timer orion_timer;
69 69
70/*
71 * Pull in Orion Ethernet platform_data, used by machine-setup
72 */
73
74struct mv643xx_eth_platform_data;
75
76void __init orion_eth_init(struct mv643xx_eth_platform_data *eth_data);
77
70#endif /* __ARCH_ORION_COMMON_H__ */ 78#endif /* __ARCH_ORION_COMMON_H__ */