summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-gpio.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:23:21 +0100
committerGreg Kroah-Hartman2012-11-27 00:57:24 +0100
commit44f34fd4a7f80439f14bdd2df032b0b4427c4ab0 (patch)
tree8f7998a0ed0555efb39c7d70ed783cbd90337a20 /drivers/extcon/extcon-gpio.c
parentextcon: remove use of __devexit (diff)
downloadkernel-qcow2-linux-44f34fd4a7f80439f14bdd2df032b0b4427c4ab0.tar.gz
kernel-qcow2-linux-44f34fd4a7f80439f14bdd2df032b0b4427c4ab0.tar.xz
kernel-qcow2-linux-44f34fd4a7f80439f14bdd2df032b0b4427c4ab0.zip
extcon: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c
index 3fe3381dc60a..e02219e5a3d8 100644
--- a/drivers/extcon/extcon-gpio.c
+++ b/drivers/extcon/extcon-gpio.c
@@ -76,7 +76,7 @@ static ssize_t extcon_gpio_print_state(struct extcon_dev *edev, char *buf)
return -EINVAL;
}
-static int __devinit gpio_extcon_probe(struct platform_device *pdev)
+static int gpio_extcon_probe(struct platform_device *pdev)
{
struct gpio_extcon_platform_data *pdata = pdev->dev.platform_data;
struct gpio_extcon_data *extcon_data;