1 Index: linux-2.6.24.7/arch/arm/mach-ixp4xx/wg302v1-setup.c
2 ===================================================================
3 --- linux-2.6.24.7.orig/arch/arm/mach-ixp4xx/wg302v1-setup.c
4 +++ linux-2.6.24.7/arch/arm/mach-ixp4xx/wg302v1-setup.c
5 @@ -77,9 +77,27 @@ static struct platform_device wg302v1_ua
6 .resource = &wg302v1_uart_resource,
9 +/* Built-in 10/100 Ethernet MAC interfaces */
10 +static struct eth_plat_info wg302_plat_eth[] = {
18 +static struct platform_device wg302_eth[] = {
20 + .name = "ixp4xx_eth",
21 + .id = IXP4XX_ETH_NPEB,
22 + .dev.platform_data = wg302_plat_eth,
26 static struct platform_device *wg302v1_devices[] __initdata = {
32 static void __init wg302v1_init(void)