phy/micrel: Add module device ID table for autoloading.
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2010 22:48:29 +0000 (15:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2010 22:48:29 +0000 (15:48 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c

index 0cd80e4..68dd107 100644 (file)
@@ -102,3 +102,12 @@ module_exit(ksphy_exit);
 MODULE_DESCRIPTION("Micrel PHY driver");
 MODULE_AUTHOR("David J. Choi");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("Micrel PHY driver");
 MODULE_AUTHOR("David J. Choi");
 MODULE_LICENSE("GPL");
+
+static struct mdio_device_id micrel_tbl[] = {
+       { PHY_ID_KSZ9021, 0x000fff10 },
+       { PHY_ID_VSC8201, 0x00fffff0 },
+       { PHY_ID_KS8001, 0x00fffff0 },
+       { }
+};
+
+MODULE_DEVICE_TABLE(mdio, micrel_tbl);