diff options
Diffstat (limited to 'drivers/net/phy/marvell.c')
-rw-r--r-- | drivers/net/phy/marvell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 0101f2bdf400..ed43c0016c64 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c | |||
@@ -721,7 +721,7 @@ static void __exit marvell_exit(void) | |||
721 | module_init(marvell_init); | 721 | module_init(marvell_init); |
722 | module_exit(marvell_exit); | 722 | module_exit(marvell_exit); |
723 | 723 | ||
724 | static struct mdio_device_id marvell_tbl[] = { | 724 | static struct mdio_device_id __maybe_unused marvell_tbl[] = { |
725 | { 0x01410c60, 0xfffffff0 }, | 725 | { 0x01410c60, 0xfffffff0 }, |
726 | { 0x01410c90, 0xfffffff0 }, | 726 | { 0x01410c90, 0xfffffff0 }, |
727 | { 0x01410cc0, 0xfffffff0 }, | 727 | { 0x01410cc0, 0xfffffff0 }, |