[PATCH 2/3] Remove __devinit/exit since HW is not hotpluggable

Eugene Krasnikov k.eugene.e at gmail.com
Tue Aug 20 09:11:10 EDT 2013


On MSM platform chipp is always plugged in.

Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
---
 main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c
index bac09cb..c784d45 100644
--- a/main.c
+++ b/main.c
@@ -914,7 +914,7 @@ static int wcn36xx_platform_get_resources(struct wcn36xx *wcn,
 	return 0;
 }
 
-static int __devinit wcn36xx_probe(struct platform_device *pdev)
+static int wcn36xx_probe(struct platform_device *pdev)
 {
 	struct ieee80211_hw *hw;
 	struct wcn36xx *wcn;
@@ -983,7 +983,7 @@ out_wq:
 out_err:
 	return ret;
 }
-static int __devexit wcn36xx_remove(struct platform_device *pdev)
+static int wcn36xx_remove(struct platform_device *pdev)
 {
 	struct ieee80211_hw *hw = platform_get_drvdata(pdev);
 	struct wcn36xx *wcn = hw->priv;
-- 
1.8.2.2




More information about the wcn36xx mailing list