Skip to content

Commit

Permalink
uefi-arm64-6.13: fix Phytium ACPI glue patch
Browse files Browse the repository at this point in the history
- seems upstream has gone `remove` -> `remove_new` and back to `remove` now
  • Loading branch information
rpardini committed Jan 20, 2025
1 parent 5faebf0 commit 2fc668b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
---
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 2fc668b

Please sign in to comment.