@@ -2072,6 +2072,8 @@ static struct phy_driver at803x_driver[] = {
2072
2072
/* ATHEROS AR9331 */
2073
2073
PHY_ID_MATCH_EXACT (ATH9331_PHY_ID ),
2074
2074
.name = "Qualcomm Atheros AR9331 built-in PHY" ,
2075
+ .probe = at803x_probe ,
2076
+ .remove = at803x_remove ,
2075
2077
.suspend = at803x_suspend ,
2076
2078
.resume = at803x_resume ,
2077
2079
.flags = PHY_POLL_CABLE_TEST ,
@@ -2087,6 +2089,8 @@ static struct phy_driver at803x_driver[] = {
2087
2089
/* Qualcomm Atheros QCA9561 */
2088
2090
PHY_ID_MATCH_EXACT (QCA9561_PHY_ID ),
2089
2091
.name = "Qualcomm Atheros QCA9561 built-in PHY" ,
2092
+ .probe = at803x_probe ,
2093
+ .remove = at803x_remove ,
2090
2094
.suspend = at803x_suspend ,
2091
2095
.resume = at803x_resume ,
2092
2096
.flags = PHY_POLL_CABLE_TEST ,
@@ -2151,6 +2155,8 @@ static struct phy_driver at803x_driver[] = {
2151
2155
PHY_ID_MATCH_EXACT (QCA8081_PHY_ID ),
2152
2156
.name = "Qualcomm QCA8081" ,
2153
2157
.flags = PHY_POLL_CABLE_TEST ,
2158
+ .probe = at803x_probe ,
2159
+ .remove = at803x_remove ,
2154
2160
.config_intr = at803x_config_intr ,
2155
2161
.handle_interrupt = at803x_handle_interrupt ,
2156
2162
.get_tunable = at803x_get_tunable ,
0 commit comments