]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/fec.c
e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
[karo-tx-linux.git] / drivers / net / fec.c
index 2a71373719ae9abde329770132c99c6b888b9e21..cd0282d5d40f13935eeafb2a0fe5b7c2587b9f17 100644 (file)
@@ -74,7 +74,8 @@ static struct platform_device_id fec_devtype[] = {
        }, {
                .name = "imx28-fec",
                .driver_data = FEC_QUIRK_ENET_MAC | FEC_QUIRK_SWAP_FRAME,
-       }
+       },
+       { }
 };
 
 static unsigned char macaddr[ETH_ALEN];