1 diff -Nur linux-2.6.23.12/arch/arm/mach-ixp4xx/wg302v1-setup.c linux-2.6.23.12-owrt/arch/arm/mach-ixp4xx/wg302v1-setup.c
2 --- linux-2.6.23.12/arch/arm/mach-ixp4xx/wg302v1-setup.c 2008-01-14 23:06:42.000000000 +0100
3 +++ linux-2.6.23.12-owrt/arch/arm/mach-ixp4xx/wg302v1-setup.c 2008-01-14 23:03:16.000000000 +0100
5 .resource = &wg302v1_uart_resource,
8 +/* Built-in 10/100 Ethernet MAC interfaces */
9 +static struct eth_plat_info wg302_plat_eth[] = {
17 +static struct platform_device wg302_eth[] = {
19 + .name = "ixp4xx_eth",
20 + .id = IXP4XX_ETH_NPEB,
21 + .dev.platform_data = wg302_plat_eth,
25 static struct platform_device *wg302v1_devices[] __initdata = {
31 static void __init wg302v1_init(void)