Revert "interconnect: qcom: sm8250: Enable sync_state"

This reverts commit 5555f1f102.
This commit is contained in:
Ksawlii 2024-11-24 00:23:19 +01:00
parent 9e842bdf99
commit bd94a9b877

View file

@ -643,7 +643,6 @@ static struct platform_driver qnoc_driver = {
.driver = { .driver = {
.name = "qnoc-sm8250", .name = "qnoc-sm8250",
.of_match_table = qnoc_of_match, .of_match_table = qnoc_of_match,
.sync_state = icc_sync_state,
}, },
}; };
module_platform_driver(qnoc_driver); module_platform_driver(qnoc_driver);