summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYuanyuan Liu <yuanliu@codeaurora.org>2016-10-04 15:42:35 -0700
committerYuanyuan Liu <yuanliu@codeaurora.org>2016-10-04 15:49:56 -0700
commit8f276a71c0a449a4978978604459e91e6440355b (patch)
tree9e1021d26d6ce8d9a0c41b2e147e11e4eb391fe2 /include
parent057bdafd976ca7609ed223dbd4473d535bcb6459 (diff)
icnss: Remove unused suspend/resume functions
Remove unused suspend/resume functions as pm_suspend/pm_resume are the functions that being called during system suspend/resume. CRs-Fixed: 1074250 Change-Id: Ifd1d90402d6f79dc96246c4825d46d41296b0ba5 Signed-off-by: Yuanyuan Liu <yuanliu@codeaurora.org>
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);