ethernet: remove internal_phy_remove [1/1]

PD#SWPL-5478

Problem:
system will crash rately if not init success

Solution:
remote internal_phy_remove function for chip
later then g12a

Verify:
verify on u200 board

Change-Id: Id6c3bf77c2a448aee9675deff47dc106206146d6
Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
This commit is contained in:
Zhuo Wang
2019-03-05 13:45:26 +08:00
committed by Luan Yuan
parent eea6139bb6
commit 6e62feb9d9

View File

@@ -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);