phylib: Add module table to all existing phy drivers
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8626d3b432
commit
4e4f10f649
@@ -130,3 +130,11 @@ static void __exit bcm63xx_phy_exit(void)
|
||||
|
||||
module_init(bcm63xx_phy_init);
|
||||
module_exit(bcm63xx_phy_exit);
|
||||
|
||||
static struct mdio_device_id bcm63xx_tbl[] = {
|
||||
{ 0x00406000, 0xfffffc00 },
|
||||
{ 0x002bdc00, 0xfffffc00 },
|
||||
{ }
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(mdio, bcm64xx_tbl);
|
||||
|
Reference in New Issue
Block a user