diff --git a/drivers/amlogic/ethernet/phy/amlogic.c b/drivers/amlogic/ethernet/phy/amlogic.c index e94026241a55..4db2444ec9bd 100644 --- a/drivers/amlogic/ethernet/phy/amlogic.c +++ b/drivers/amlogic/ethernet/phy/amlogic.c @@ -386,7 +386,6 @@ static struct phy_driver amlogic_internal_driver[] = { .read_status = genphy_read_status, .suspend = genphy_suspend, .resume = genphy_resume, - .remove = internal_phy_remove, } }; module_phy_driver(amlogic_internal_driver);