1 diff --git a/arch/arm/mach-ixp4xx/nslu2-setup.c b/arch/arm/mach-ixp4xx/nslu2-setup.c
2 index 77277d2..e0d0dde 100644
3 --- a/arch/arm/mach-ixp4xx/nslu2-setup.c
4 +++ b/arch/arm/mach-ixp4xx/nslu2-setup.c
5 @@ -140,6 +140,23 @@ static struct platform_device nslu2_uart = {
6 .resource = nslu2_uart_resources,
9 +/* Built-in 10/100 Ethernet MAC interfaces */
10 +static struct eth_plat_info nslu2_plat_eth[] = {
18 +static struct platform_device nslu2_eth[] = {
20 + .name = "ixp4xx_eth",
21 + .id = IXP4XX_ETH_NPEB,
22 + .dev.platform_data = nslu2_plat_eth,
26 static struct platform_device *nslu2_devices[] __initdata = {
29 @@ -147,6 +164,7 @@ static struct platform_device *nslu2_devices[] __initdata = {
30 #ifdef CONFIG_LEDS_IXP4XX
36 static void nslu2_power_off(void)