1 diff -Nur linux-2.6.23/arch/arm/mach-ixp4xx/wrt300nv2-setup.c linux-2.6.23-owrt/arch/arm/mach-ixp4xx/wrt300nv2-setup.c
2 --- linux-2.6.23/arch/arm/mach-ixp4xx/wrt300nv2-setup.c 2007-10-23 19:20:08.000000000 +0200
3 +++ linux-2.6.23-owrt/arch/arm/mach-ixp4xx/wrt300nv2-setup.c 2007-10-23 19:22:19.000000000 +0200
5 .resource = &wrt300nv2_uart_resource,
8 +/* Built-in 10/100 Ethernet MAC interfaces */
9 +static struct eth_plat_info wrt300nv2_plat_eth[] = {
21 +static struct platform_device wrt300nv2_eth[] = {
23 + .name = "ixp4xx_eth",
24 + .id = IXP4XX_ETH_NPEB,
25 + .dev.platform_data = wrt300nv2_plat_eth,
27 + .name = "ixp4xx_eth",
28 + .id = IXP4XX_ETH_NPEC,
29 + .dev.platform_data = wrt300nv2_plat_eth + 1,
33 static struct platform_device *wrt300nv2_devices[] __initdata = {
41 static void __init wrt300nv2_init(void)