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>
This commit is contained in:

committed by
David S. Miller

parent
00fde79532
commit
80274abafc
@@ -1502,8 +1502,6 @@ static struct phy_driver dp83640_driver = {
|
||||
.probe = dp83640_probe,
|
||||
.remove = dp83640_remove,
|
||||
.config_init = dp83640_config_init,
|
||||
.config_aneg = genphy_config_aneg,
|
||||
.read_status = genphy_read_status,
|
||||
.ack_interrupt = dp83640_ack_interrupt,
|
||||
.config_intr = dp83640_config_intr,
|
||||
.ts_info = dp83640_ts_info,
|
||||
|
Reference in New Issue
Block a user