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