phylib: Add module table to all existing phy drivers
[pandora-kernel.git] / drivers / net / phy / cicada.c
index a1bd599..efc608f 100644 (file)
@@ -159,3 +159,11 @@ static void __exit cicada_exit(void)
 
 module_init(cicada_init);
 module_exit(cicada_exit);
+
+static struct mdio_device_id cicada_tbl[] = {
+       { 0x000fc410, 0x000ffff0 },
+       { 0x000fc440, 0x000fffc0 },
+       { }
+};
+
+MODULE_DEVICE_TABLE(mdio, cicada_tbl);