net: phy: remove generic settings for callbacks config_aneg and read_status from drivers
Remove generic settings for callbacks config_aneg and read_status from drivers. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
@@ -89,8 +89,6 @@ static struct phy_driver ste10xp_pdriver[] = {
|
||||
.features = PHY_BASIC_FEATURES | SUPPORTED_Pause,
|
||||
.flags = PHY_HAS_INTERRUPT,
|
||||
.config_init = ste10Xp_config_init,
|
||||
.config_aneg = genphy_config_aneg,
|
||||
.read_status = genphy_read_status,
|
||||
.ack_interrupt = ste10Xp_ack_interrupt,
|
||||
.config_intr = ste10Xp_config_intr,
|
||||
.suspend = genphy_suspend,
|
||||
@@ -102,8 +100,6 @@ static struct phy_driver ste10xp_pdriver[] = {
|
||||
.features = PHY_BASIC_FEATURES | SUPPORTED_Pause,
|
||||
.flags = PHY_HAS_INTERRUPT,
|
||||
.config_init = ste10Xp_config_init,
|
||||
.config_aneg = genphy_config_aneg,
|
||||
.read_status = genphy_read_status,
|
||||
.ack_interrupt = ste10Xp_ack_interrupt,
|
||||
.config_intr = ste10Xp_config_intr,
|
||||
.suspend = genphy_suspend,
|
||||
|
新增問題並參考
封鎖使用者