We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4813489 commit 6343158Copy full SHA for 6343158
drivers/net/phy/broadcom.c
@@ -1484,6 +1484,8 @@ static struct phy_driver broadcom_drivers[] = {
1484
.probe = bcm54xx_phy_probe,
1485
.config_init = bcm54xx_config_init,
1486
.config_intr = bcm_phy_config_intr,
1487
+ .handle_interrupt = bcm_phy_handle_interrupt,
1488
+ .link_change_notify = bcm54xx_link_change_notify,
1489
.suspend = bcm54xx_suspend,
1490
.resume = bcm54xx_resume,
1491
}, {
0 commit comments