diff options
Diffstat (limited to 'drivers/leds/leds-88pm860x.c')
-rw-r--r-- | drivers/leds/leds-88pm860x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/leds-88pm860x.c b/drivers/leds/leds-88pm860x.c index c2def5551ce1..1497a09166d6 100644 --- a/drivers/leds/leds-88pm860x.c +++ b/drivers/leds/leds-88pm860x.c | |||
@@ -237,7 +237,6 @@ static int pm860x_led_remove(struct platform_device *pdev) | |||
237 | static struct platform_driver pm860x_led_driver = { | 237 | static struct platform_driver pm860x_led_driver = { |
238 | .driver = { | 238 | .driver = { |
239 | .name = "88pm860x-led", | 239 | .name = "88pm860x-led", |
240 | .owner = THIS_MODULE, | ||
241 | }, | 240 | }, |
242 | .probe = pm860x_led_probe, | 241 | .probe = pm860x_led_probe, |
243 | .remove = pm860x_led_remove, | 242 | .remove = pm860x_led_remove, |