Revert "Resolve a warning.Linux 6.6 does not allow attempting to synchronously load a module within an asynchronous context."

This reverts commit 5f0419f6462e3ae3a84bffc1a08d93af83bf13f9.

Change-Id: Ifed99d7d9d85def0ff785612fe89a64003afd0a3
This commit is contained in:
goumin
2024-11-22 17:53:37 +08:00
committed by zhangmeng
parent 31f393cf2e
commit 6c7f63e739

View File

@@ -2875,6 +2875,9 @@ static struct platform_driver emac_driver = {
.name = DRIVER_NAME,
.of_match_table = of_match_ptr(emac_of_match),
.pm = &k1x_emac_pm_qos,
#ifdef CONFIG_SPACEMIT_PARALLEL_BOOTING
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
#endif
},
};