From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- kernel/drivers/net/phy/at803x.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/net/phy/at803x.c b/kernel/drivers/net/phy/at803x.c index ed601a7..ac37351 100644 --- a/kernel/drivers/net/phy/at803x.c +++ b/kernel/drivers/net/phy/at803x.c @@ -1115,8 +1115,6 @@ .flags = PHY_POLL_CABLE_TEST, .config_init = at803x_config_init, .link_change_notify = at803x_link_change_notify, - .set_wol = at803x_set_wol, - .get_wol = at803x_get_wol, .suspend = at803x_suspend, .resume = at803x_resume, /* PHY_BASIC_FEATURES */ -- Gitblit v1.6.2