]> git.ipfire.org Git - people/ms/linux.git/blobdiff - drivers/mailbox/qcom-ipcc.c
mailbox: qcom-ipcc: Fix -Wunused-function with CONFIG_PM_SLEEP=n
[people/ms/linux.git] / drivers / mailbox / qcom-ipcc.c
index 2583b20cdeb741b004e1830a85bef1842425d8ac..31d58b7d55fed27bfbb6488623c026b7cff688d3 100644 (file)
@@ -344,7 +344,7 @@ static const struct of_device_id qcom_ipcc_of_match[] = {
 MODULE_DEVICE_TABLE(of, qcom_ipcc_of_match);
 
 static const struct dev_pm_ops qcom_ipcc_dev_pm_ops = {
-       SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(NULL, qcom_ipcc_pm_resume)
+       NOIRQ_SYSTEM_SLEEP_PM_OPS(NULL, qcom_ipcc_pm_resume)
 };
 
 static struct platform_driver qcom_ipcc_driver = {