From 3cc4528523e000c7ac541acc76818d6396dfca48 Mon Sep 17 00:00:00 2001 From: Prashanth Bhatta Date: Mon, 23 May 2016 17:43:46 -0700 Subject: icnss: Remove unused APIs Remove unused APIs icnss_register_ce_irq & icnss_unregister_ce_irq. These APIs are divided into multiple APIs to provide flexibility to WLAN driver. Change-Id: Icd56b61a372cb18e6600617184d8b185b78ce99d Signed-off-by: Prashanth Bhatta --- include/soc/qcom/icnss.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h index 27ae1332947c..f688b56c5798 100644 --- a/include/soc/qcom/icnss.h +++ b/include/soc/qcom/icnss.h @@ -84,10 +84,6 @@ struct icnss_soc_info { extern int icnss_register_driver(struct icnss_driver_ops *driver); extern int icnss_unregister_driver(struct icnss_driver_ops *driver); -extern int icnss_register_ce_irq(unsigned int ce_id, - irqreturn_t (*handler)(int, void *), - unsigned long flags, const char *name); -extern int icnss_unregister_ce_irq(unsigned int ce_id); extern int icnss_wlan_enable(struct icnss_wlan_enable_cfg *config, enum icnss_driver_mode mode, const char *host_version); -- cgit v1.2.3