commit | df07cf81268192e42c4cdf91f5f4bf9aaac1b2f0 | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:20:20 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 12:33:20 2012 -0800 |
tree | 74b0effa291af8cdf7b9b834ad7e8775fec9287c | |
parent | 6e0ee714fdab0568c3487455951dea2673e9557f [diff] [blame] |
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 <[email protected]> Cc: Richard Purdie <[email protected]> Cc: Jan-Simon Moeller <[email protected]> Acked-by: Bryan Wu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/drivers/leds/leds-lm3642.c b/drivers/leds/leds-lm3642.c index 3285006..cae0b70 100644 --- a/drivers/leds/leds-lm3642.c +++ b/drivers/leds/leds-lm3642.c
@@ -450,7 +450,7 @@ .pm = NULL, }, .probe = lm3642_probe, - .remove = __devexit_p(lm3642_remove), + .remove = lm3642_remove, .id_table = lm3642_id, };