diff --git a/patch/kernel/archive/uefi-arm64-6.12/1003-net-stmicro-stmmac-Phytium-adapt-to-net-stmmac-pass-struct-device-to-init-exit-methods.patch b/patch/kernel/archive/uefi-arm64-6.12/1003-net-stmicro-stmmac-Phytium-adapt-to-net-stmmac-pass-struct-device-to-init-exit-methods.patch deleted file mode 100644 index d0fc24cdd6..0000000000 --- a/patch/kernel/archive/uefi-arm64-6.12/1003-net-stmicro-stmmac-Phytium-adapt-to-net-stmmac-pass-struct-device-to-init-exit-methods.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Ricardo Pardini -Date: Mon, 29 Dec 2025 15:41:31 +0100 -Subject: net: stmicro: stmmac: Phytium: adapt to "net: stmmac: pass struct - device to init()/exit() methods" - -- ref https://github.com/torvalds/linux/commit/85081acc6b1188f2a6e5e605dc644225fcdf327f - -Signed-off-by: Ricardo Pardini ---- - drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c -index 111111111111..222222222222 100644 ---- a/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c -+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-phytium.c -@@ -195,7 +195,7 @@ static int dwmac_phytium_probe(struct platform_device *pdev) - - err_exit: - if (plat_dat->exit) -- plat_dat->exit(pdev, plat_dat->bsp_priv); -+ plat_dat->exit(&pdev->dev, plat_dat->bsp_priv); - - return ret; - } --- -Armbian -