aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/leds/leds-pca955x.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:20:20 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-28 12:33:20 -0800
commitdf07cf81268192e42c4cdf91f5f4bf9aaac1b2f0 (patch)
tree74b0effa291af8cdf7b9b834ad7e8775fec9287c /drivers/leds/leds-pca955x.c
parentmmc: remove use of __devexit (diff)
downloadwireguard-linux-df07cf81268192e42c4cdf91f5f4bf9aaac1b2f0.tar.xz
wireguard-linux-df07cf81268192e42c4cdf91f5f4bf9aaac1b2f0.zip
leds: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de> Acked-by: Bryan Wu <cooloney@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/leds/leds-pca955x.c')
-rw-r--r--drivers/leds/leds-pca955x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-pca955x.c b/drivers/leds/leds-pca955x.c
index aef3cf0432fe..12506e74a4c5 100644
--- a/drivers/leds/leds-pca955x.c
+++ b/drivers/leds/leds-pca955x.c
@@ -382,7 +382,7 @@ static struct i2c_driver pca955x_driver = {
.owner = THIS_MODULE,
},
.probe = pca955x_probe,
- .remove = __devexit_p(pca955x_remove),
+ .remove = pca955x_remove,
.id_table = pca955x_id,
};