summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-06 19:45:43 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-06 19:45:43 -0700
commitaba0b2846d43b506801d68caa0f92edf0127d878 (patch)
tree015d222529c1b5b22c6f148aa7364f73f0b81961 /include
parentff565b4410f30dfe744b0015c9e75ab386d7ae5e (diff)
parent8f276a71c0a449a4978978604459e91e6440355b (diff)
Merge "icnss: Remove unused suspend/resume functions"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/icnss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h
index 8704b2e7cfbc..473cb5fb375e 100644
--- a/include/soc/qcom/icnss.h
+++ b/include/soc/qcom/icnss.h
@@ -24,8 +24,6 @@ struct icnss_driver_ops {
void (*shutdown)(struct device *dev);
int (*reinit)(struct device *dev);
void (*crash_shutdown)(void *pdev);
- int (*suspend)(struct device *dev, pm_message_t state);
- int (*resume)(struct device *dev);
int (*pm_suspend)(struct device *dev);
int (*pm_resume)(struct device *dev);
int (*suspend_noirq)(struct device *dev);