diff options
-rw-r--r-- | drivers/net/phy/dp83640.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c index d463b8a4afa1..b0c9522bb535 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
@@ -1092,7 +1092,7 @@ MODULE_LICENSE("GPL"); | |||
1092 | module_init(dp83640_init); | 1092 | module_init(dp83640_init); |
1093 | module_exit(dp83640_exit); | 1093 | module_exit(dp83640_exit); |
1094 | 1094 | ||
1095 | static struct mdio_device_id dp83640_tbl[] = { | 1095 | static struct mdio_device_id __maybe_unused dp83640_tbl[] = { |
1096 | { DP83640_PHY_ID, 0xfffffff0 }, | 1096 | { DP83640_PHY_ID, 0xfffffff0 }, |
1097 | { } | 1097 | { } |
1098 | }; | 1098 | }; |