diff options
Diffstat (limited to 'drivers/gpio/gpio-cs5535.c')
-rw-r--r-- | drivers/gpio/gpio-cs5535.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-cs5535.c b/drivers/gpio/gpio-cs5535.c index 668127fe90ef..feb4cecfcb01 100644 --- a/drivers/gpio/gpio-cs5535.c +++ b/drivers/gpio/gpio-cs5535.c | |||
@@ -372,7 +372,6 @@ static int cs5535_gpio_remove(struct platform_device *pdev) | |||
372 | static struct platform_driver cs5535_gpio_driver = { | 372 | static struct platform_driver cs5535_gpio_driver = { |
373 | .driver = { | 373 | .driver = { |
374 | .name = DRV_NAME, | 374 | .name = DRV_NAME, |
375 | .owner = THIS_MODULE, | ||
376 | }, | 375 | }, |
377 | .probe = cs5535_gpio_probe, | 376 | .probe = cs5535_gpio_probe, |
378 | .remove = cs5535_gpio_remove, | 377 | .remove = cs5535_gpio_remove, |