diff options
Diffstat (limited to 'drivers/net/phy/realtek.c')
| -rw-r--r-- | drivers/net/phy/realtek.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c index a052a6744a51..f567c0e1aaa1 100644 --- a/drivers/net/phy/realtek.c +++ b/drivers/net/phy/realtek.c | |||
| @@ -78,3 +78,10 @@ static void __exit realtek_exit(void) | |||
| 78 | 78 | ||
| 79 | module_init(realtek_init); | 79 | module_init(realtek_init); | 
| 80 | module_exit(realtek_exit); | 80 | module_exit(realtek_exit); | 
| 81 | |||
| 82 | static struct mdio_device_id realtek_tbl[] = { | ||
| 83 | { 0x001cc912, 0x001fffff }, | ||
| 84 | { } | ||
| 85 | }; | ||
| 86 | |||
| 87 | MODULE_DEVICE_TABLE(mdio, realtek_tbl); | ||
