aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:25:49 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-26 18:57:24 -0500
commit93ed0327808f7d7ef0fc90114c3457629dd683c1 (patch)
tree1d14b8c2d536a9d50968f7bacb8d29546ae214b6 /drivers/extcon
parentd5185c4eb3a022f7e7a435238c2b0b885e6b4821 (diff)
extcon: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: MyungJoo Ham <myungjoo.ham@samsung.com> Cc: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/extcon')
-rw-r--r--drivers/extcon/extcon-adc-jack.c2
-rw-r--r--drivers/extcon/extcon-arizona.c2
-rw-r--r--drivers/extcon/extcon-gpio.c2
-rw-r--r--drivers/extcon/extcon-max77693.c2
-rw-r--r--drivers/extcon/extcon-max8997.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c
index e87196f6d2d2..b88ae918a262 100644
--- a/drivers/extcon/extcon-adc-jack.c
+++ b/drivers/extcon/extcon-adc-jack.c
@@ -175,7 +175,7 @@ out:
175 return err; 175 return err;
176} 176}
177 177
178static int __devexit adc_jack_remove(struct platform_device *pdev) 178static int adc_jack_remove(struct platform_device *pdev)
179{ 179{
180 struct adc_jack_data *data = platform_get_drvdata(pdev); 180 struct adc_jack_data *data = platform_get_drvdata(pdev);
181 181
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
index cdab9e598297..c4ea28c30c33 100644
--- a/drivers/extcon/extcon-arizona.c
+++ b/drivers/extcon/extcon-arizona.c
@@ -517,7 +517,7 @@ err:
517 return ret; 517 return ret;
518} 518}
519 519
520static int __devexit arizona_extcon_remove(struct platform_device *pdev) 520static int arizona_extcon_remove(struct platform_device *pdev)
521{ 521{
522 struct arizona_extcon_info *info = platform_get_drvdata(pdev); 522 struct arizona_extcon_info *info = platform_get_drvdata(pdev);
523 struct arizona *arizona = info->arizona; 523 struct arizona *arizona = info->arizona;
diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c
index 71d3ab7b3d8d..3fe3381dc60a 100644
--- a/drivers/extcon/extcon-gpio.c
+++ b/drivers/extcon/extcon-gpio.c
@@ -137,7 +137,7 @@ err:
137 return ret; 137 return ret;
138} 138}
139 139
140static int __devexit gpio_extcon_remove(struct platform_device *pdev) 140static int gpio_extcon_remove(struct platform_device *pdev)
141{ 141{
142 struct gpio_extcon_data *extcon_data = platform_get_drvdata(pdev); 142 struct gpio_extcon_data *extcon_data = platform_get_drvdata(pdev);
143 143
diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c
index a17d0d91ada2..3cde2c5c88f3 100644
--- a/drivers/extcon/extcon-max77693.c
+++ b/drivers/extcon/extcon-max77693.c
@@ -774,7 +774,7 @@ err_kfree:
774 return ret; 774 return ret;
775} 775}
776 776
777static int __devexit max77693_muic_remove(struct platform_device *pdev) 777static int max77693_muic_remove(struct platform_device *pdev)
778{ 778{
779 struct max77693_muic_info *info = platform_get_drvdata(pdev); 779 struct max77693_muic_info *info = platform_get_drvdata(pdev);
780 int i; 780 int i;
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c
index 77b66b0cc8f5..b85189b20b97 100644
--- a/drivers/extcon/extcon-max8997.c
+++ b/drivers/extcon/extcon-max8997.c
@@ -508,7 +508,7 @@ err_kfree:
508 return ret; 508 return ret;
509} 509}
510 510
511static int __devexit max8997_muic_remove(struct platform_device *pdev) 511static int max8997_muic_remove(struct platform_device *pdev)
512{ 512{
513 struct max8997_muic_info *info = platform_get_drvdata(pdev); 513 struct max8997_muic_info *info = platform_get_drvdata(pdev);
514 int i; 514 int i;