diff options
Diffstat (limited to 'drivers/leds/leds-adp5520.c')
-rw-r--r-- | drivers/leds/leds-adp5520.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/leds-adp5520.c b/drivers/leds/leds-adp5520.c index 5036d7b4f82e..07e66cae32d3 100644 --- a/drivers/leds/leds-adp5520.c +++ b/drivers/leds/leds-adp5520.c | |||
@@ -201,7 +201,6 @@ static int adp5520_led_remove(struct platform_device *pdev) | |||
201 | static struct platform_driver adp5520_led_driver = { | 201 | static struct platform_driver adp5520_led_driver = { |
202 | .driver = { | 202 | .driver = { |
203 | .name = "adp5520-led", | 203 | .name = "adp5520-led", |
204 | .owner = THIS_MODULE, | ||
205 | }, | 204 | }, |
206 | .probe = adp5520_led_probe, | 205 | .probe = adp5520_led_probe, |
207 | .remove = adp5520_led_remove, | 206 | .remove = adp5520_led_remove, |