aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max8997.c
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 15:57:24 -0800
commit93ed0327808f7d7ef0fc90114c3457629dd683c1 (patch)
tree1d14b8c2d536a9d50968f7bacb8d29546ae214b6 /drivers/extcon/extcon-max8997.c
parentdrivers: uio: Only allocate new private data when probing device tree node (diff)
downloadlinux-dev-93ed0327808f7d7ef0fc90114c3457629dd683c1.tar.xz
linux-dev-93ed0327808f7d7ef0fc90114c3457629dd683c1.zip
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-max8997.c')
-rw-r--r--drivers/extcon/extcon-max8997.c2
1 files changed, 1 insertions, 1 deletions
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:
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;