diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:25:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-26 18:57:24 -0500 |
commit | 93ed0327808f7d7ef0fc90114c3457629dd683c1 (patch) | |
tree | 1d14b8c2d536a9d50968f7bacb8d29546ae214b6 /drivers/extcon/extcon-gpio.c | |
parent | d5185c4eb3a022f7e7a435238c2b0b885e6b4821 (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/extcon-gpio.c')
-rw-r--r-- | drivers/extcon/extcon-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
140 | static int __devexit gpio_extcon_remove(struct platform_device *pdev) | 140 | static 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 | ||