diff options
Diffstat (limited to 'drivers/leds/leds-lm355x.c')
-rw-r--r-- | drivers/leds/leds-lm355x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-lm355x.c b/drivers/leds/leds-lm355x.c index 065ec015d67a..307d7b960809 100644 --- a/drivers/leds/leds-lm355x.c +++ b/drivers/leds/leds-lm355x.c | |||
@@ -560,7 +560,7 @@ static struct i2c_driver lm355x_i2c_driver = { | |||
560 | .pm = NULL, | 560 | .pm = NULL, |
561 | }, | 561 | }, |
562 | .probe = lm355x_probe, | 562 | .probe = lm355x_probe, |
563 | .remove = __devexit_p(lm355x_remove), | 563 | .remove = lm355x_remove, |
564 | .id_table = lm355x_id, | 564 | .id_table = lm355x_id, |
565 | }; | 565 | }; |
566 | 566 | ||