mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user