diff options
Diffstat (limited to 'drivers/gpio/gpio-ep93xx.c')
-rw-r--r-- | drivers/gpio/gpio-ep93xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index dcc2bb4074ef..45684f36ddb1 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c | |||
@@ -374,7 +374,6 @@ static int ep93xx_gpio_probe(struct platform_device *pdev) | |||
374 | static struct platform_driver ep93xx_gpio_driver = { | 374 | static struct platform_driver ep93xx_gpio_driver = { |
375 | .driver = { | 375 | .driver = { |
376 | .name = "gpio-ep93xx", | 376 | .name = "gpio-ep93xx", |
377 | .owner = THIS_MODULE, | ||
378 | }, | 377 | }, |
379 | .probe = ep93xx_gpio_probe, | 378 | .probe = ep93xx_gpio_probe, |
380 | }; | 379 | }; |