aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill/rfkill-gpio.c
diff options
context:
space:
mode:
authorBill Pemberton <[email protected]>2012-12-03 14:56:26 +0000
committerJohn W. Linville <[email protected]>2012-12-06 20:04:55 +0000
commit9e2b29d0d6ae05fb1ead7df68a209eece9c7749a (patch)
treebdcfada417943288a0442036c25fcfbfc8831d25 /net/rfkill/rfkill-gpio.c
parentssb: register watchdog driver (diff)
downloadkernel-9e2b29d0d6ae05fb1ead7df68a209eece9c7749a.tar.gz
kernel-9e2b29d0d6ae05fb1ead7df68a209eece9c7749a.zip
rfkill: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <[email protected]> Cc: Johannes Berg <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'net/rfkill/rfkill-gpio.c')
-rw-r--r--net/rfkill/rfkill-gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c
index 865adb61685a..78fc0937948d 100644
--- a/net/rfkill/rfkill-gpio.c
+++ b/net/rfkill/rfkill-gpio.c
@@ -213,7 +213,7 @@ static int rfkill_gpio_remove(struct platform_device *pdev)
static struct platform_driver rfkill_gpio_driver = {
.probe = rfkill_gpio_probe,
- .remove = __devexit_p(rfkill_gpio_remove),
+ .remove = rfkill_gpio_remove,
.driver = {
.name = "rfkill_gpio",
.owner = THIS_MODULE,