We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26edcf commit b6791b7Copy full SHA for b6791b7
1 file changed
drivers/net/phy/broadcom.c
@@ -1501,6 +1501,8 @@ static struct phy_driver broadcom_drivers[] = {
1501
.probe = bcm54xx_phy_probe,
1502
.config_init = bcm54xx_config_init,
1503
.config_intr = bcm_phy_config_intr,
1504
+ .handle_interrupt = bcm_phy_handle_interrupt,
1505
+ .link_change_notify = bcm54xx_link_change_notify,
1506
.suspend = bcm54xx_suspend,
1507
.resume = bcm54xx_resume,
1508
}, {
0 commit comments