1 --- a/arch/arm/mach-ixp4xx/wg302v1-setup.c
2 +++ b/arch/arm/mach-ixp4xx/wg302v1-setup.c
4 .resource = &wg302v1_uart_resource,
7 +/* Built-in 10/100 Ethernet MAC interfaces */
8 +static struct eth_plat_info wg302_plat_eth[] = {
16 +static struct platform_device wg302_eth[] = {
18 + .name = "ixp4xx_eth",
19 + .id = IXP4XX_ETH_NPEB,
20 + .dev.platform_data = wg302_plat_eth,
24 static struct platform_device *wg302v1_devices[] __initdata = {
30 static void __init wg302v1_init(void)