diff options
Diffstat (limited to 'drivers/net/phy/ste10Xp.c')
-rw-r--r-- | drivers/net/phy/ste10Xp.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/phy/ste10Xp.c b/drivers/net/phy/ste10Xp.c index 6bdb0d53aaf9..72290099e5e1 100644 --- a/drivers/net/phy/ste10Xp.c +++ b/drivers/net/phy/ste10Xp.c | |||
@@ -132,6 +132,14 @@ static void __exit ste10Xp_exit(void) | |||
132 | module_init(ste10Xp_init); | 132 | module_init(ste10Xp_init); |
133 | module_exit(ste10Xp_exit); | 133 | module_exit(ste10Xp_exit); |
134 | 134 | ||
135 | static struct mdio_device_id ste10Xp_tbl[] = { | ||
136 | { STE101P_PHY_ID, 0xfffffff0 }, | ||
137 | { STE100P_PHY_ID, 0xffffffff }, | ||
138 | { } | ||
139 | }; | ||
140 | |||
141 | MODULE_DEVICE_TABLE(mdio, ste10Xp_tbl); | ||
142 | |||
135 | MODULE_DESCRIPTION("STMicroelectronics STe10Xp PHY driver"); | 143 | MODULE_DESCRIPTION("STMicroelectronics STe10Xp PHY driver"); |
136 | MODULE_AUTHOR("Giuseppe Cavallaro <peppe.cavallaro@st.com>"); | 144 | MODULE_AUTHOR("Giuseppe Cavallaro <peppe.cavallaro@st.com>"); |
137 | MODULE_LICENSE("GPL"); | 145 | MODULE_LICENSE("GPL"); |