mirror of https://github.com/armbian/build.git
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:
parent
209eee9046
commit
9469ce330d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue