1 diff --git a/arch/arm/mach-ixp4xx/fsg-setup.c b/arch/arm/mach-ixp4xx/fsg-setup.c
2 index 11336e6..ec3d517 100644
3 --- a/arch/arm/mach-ixp4xx/fsg-setup.c
4 +++ b/arch/arm/mach-ixp4xx/fsg-setup.c
5 @@ -142,12 +142,39 @@ static struct platform_device fsg_uart = {
6 .resource = fsg_uart_resources,
9 +/* Built-in 10/100 Ethernet MAC interfaces */
10 +static struct eth_plat_info fsg_plat_eth[] = {
22 +static struct platform_device fsg_eth[] = {
24 + .name = "ixp4xx_eth",
25 + .id = IXP4XX_ETH_NPEB,
26 + .dev.platform_data = fsg_plat_eth,
28 + .name = "ixp4xx_eth",
29 + .id = IXP4XX_ETH_NPEC,
30 + .dev.platform_data = fsg_plat_eth + 1,
34 static struct platform_device *fsg_devices[] __initdata = {
37 #ifdef CONFIG_LEDS_IXP4XX
44 static void __init fsg_init(void)