phylib: Add module table to all existing phy drivers
[safe/jmp/linux-2.6] / drivers / net / phy / et1011c.c
index b031fa2..500f0fd 100644 (file)
@@ -111,3 +111,10 @@ static void __exit et1011c_exit(void)
 
 module_init(et1011c_init);
 module_exit(et1011c_exit);
+
+static struct mdio_device_id et1011c_tbl[] = {
+       { 0x0282f014, 0xfffffff0 },
+       { }
+};
+
+MODULE_DEVICE_TABLE(mdio, et1011c_tbl);