uefi-arm64-6.13: fix Phytium ACPI glue patch

- seems upstream has gone `remove` -> `remove_new` and back to `remove` now
This commit is contained in:
Ricardo Pardini 2025-01-20 16:14:53 +01:00 committed by Igor
parent 209eee9046
commit 9469ce330d
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ rpardini hammered:
- fix stmmac acpi glue for Feiteng on 6.6.y
- drop the (now-qcom) phy hibernate stuff as it landed by 6.12.y
- rework stmmac_probe_config_acpi addition for 6.12.y
- rework for 6.13; remove_new is just remove again
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
---
@ -330,7 +331,7 @@ index 000000000000..111111111111
+
+static struct platform_driver dwmac_phytium_driver = {
+ .probe = dwmac_phytium_probe,
+ .remove_new = stmmac_pltfr_remove,
+ .remove = stmmac_pltfr_remove,
+ .driver = {
+ .name = "dwmac-phytium",
+ .pm = &stmmac_pltfr_pm_ops,