aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/phy/at803x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c
index 1f7091b3c27c..ac22283aaf23 100644
--- a/drivers/net/phy/at803x.c
+++ b/drivers/net/phy/at803x.c
@@ -217,6 +217,7 @@ module_exit(atheros_exit);
217 217
218static struct mdio_device_id __maybe_unused atheros_tbl[] = { 218static struct mdio_device_id __maybe_unused atheros_tbl[] = {
219 { 0x004dd076, 0xffffffef }, 219 { 0x004dd076, 0xffffffef },
220 { 0x004dd074, 0xffffffef },
220 { 0x004dd072, 0xffffffef }, 221 { 0x004dd072, 0xffffffef },
221 { } 222 { }
222}; 223};