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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user