aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/phy/marvell.c')
-rw-r--r--drivers/net/phy/marvell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 0b78210c0fa7..ed0d235cf850 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -1679,6 +1679,8 @@ static struct phy_driver marvell_drivers[] = {
1679 .ack_interrupt = &marvell_ack_interrupt, 1679 .ack_interrupt = &marvell_ack_interrupt,
1680 .config_intr = &marvell_config_intr, 1680 .config_intr = &marvell_config_intr,
1681 .did_interrupt = &m88e1121_did_interrupt, 1681 .did_interrupt = &m88e1121_did_interrupt,
1682 .get_wol = &m88e1318_get_wol,
1683 .set_wol = &m88e1318_set_wol,
1682 .resume = &marvell_resume, 1684 .resume = &marvell_resume,
1683 .suspend = &marvell_suspend, 1685 .suspend = &marvell_suspend,
1684 .get_sset_count = marvell_get_sset_count, 1686 .get_sset_count = marvell_get_sset_count,