1 --- a/arch/arm/mach-ixp4xx/pronghornmetro-setup.c
2 +++ b/arch/arm/mach-ixp4xx/pronghornmetro-setup.c
4 .resource = pronghornmetro_pata_resources,
7 +/* Built-in 10/100 Ethernet MAC interfaces */
8 +static struct eth_plat_info pronghornmetro_plat_eth[] = {
20 +static struct platform_device pronghornmetro_eth[] = {
22 + .name = "ixp4xx_eth",
23 + .id = IXP4XX_ETH_NPEB,
24 + .dev.platform_data = pronghornmetro_plat_eth,
26 + .name = "ixp4xx_eth",
27 + .id = IXP4XX_ETH_NPEC,
28 + .dev.platform_data = pronghornmetro_plat_eth + 1,
32 static struct platform_device *pronghornmetro_devices[] __initdata = {
33 &pronghornmetro_flash,
35 + &pronghornmetro_eth[0],
36 + &pronghornmetro_eth[1],
39 static void __init pronghornmetro_init(void)