]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
extcon: remove use of __devexit
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:25:49 +0000 (13:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 23:57:24 +0000 (15:57 -0800)
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>
drivers/extcon/extcon-adc-jack.c
drivers/extcon/extcon-arizona.c
drivers/extcon/extcon-gpio.c
drivers/extcon/extcon-max77693.c
drivers/extcon/extcon-max8997.c

index e87196f6d2d2db43f945e6317b3d14fe09e680f4..b88ae918a262b94c121d095dac73b0b25f168b7e 100644 (file)
@@ -175,7 +175,7 @@ out:
        return err;
 }
 
-static int __devexit adc_jack_remove(struct platform_device *pdev)
+static int adc_jack_remove(struct platform_device *pdev)
 {
        struct adc_jack_data *data = platform_get_drvdata(pdev);
 
index cdab9e598297b8102fcb18df0984e26b49140685..c4ea28c30c335348a531fa817d9dba3124cc90d6 100644 (file)
@@ -517,7 +517,7 @@ err:
        return ret;
 }
 
-static int __devexit arizona_extcon_remove(struct platform_device *pdev)
+static int arizona_extcon_remove(struct platform_device *pdev)
 {
        struct arizona_extcon_info *info = platform_get_drvdata(pdev);
        struct arizona *arizona = info->arizona;
index 71d3ab7b3d8d72c8c477250e25b8ec93ce7842e8..3fe3381dc60a112e9567eed3420163be00899842 100644 (file)
@@ -137,7 +137,7 @@ err:
        return ret;
 }
 
-static int __devexit gpio_extcon_remove(struct platform_device *pdev)
+static int gpio_extcon_remove(struct platform_device *pdev)
 {
        struct gpio_extcon_data *extcon_data = platform_get_drvdata(pdev);
 
index a17d0d91ada26865d580768b293f2bbd936e4d10..3cde2c5c88f32e6852314b533f055bd882bf20cd 100644 (file)
@@ -774,7 +774,7 @@ err_kfree:
        return ret;
 }
 
-static int __devexit max77693_muic_remove(struct platform_device *pdev)
+static int max77693_muic_remove(struct platform_device *pdev)
 {
        struct max77693_muic_info *info = platform_get_drvdata(pdev);
        int i;
index 77b66b0cc8f54b117280e951daf81b17d6d31c3c..b85189b20b972a4a293631b2b1c2f948334279a2 100644 (file)
@@ -508,7 +508,7 @@ err_kfree:
        return ret;
 }
 
-static int __devexit max8997_muic_remove(struct platform_device *pdev)
+static int max8997_muic_remove(struct platform_device *pdev)
 {
        struct max8997_muic_info *info = platform_get_drvdata(pdev);
        int i;