diff options
Diffstat (limited to 'drivers/gpio/gpio-clps711x.c')
-rw-r--r-- | drivers/gpio/gpio-clps711x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-clps711x.c b/drivers/gpio/gpio-clps711x.c index e1e861239e95..b6908f1ff1ab 100644 --- a/drivers/gpio/gpio-clps711x.c +++ b/drivers/gpio/gpio-clps711x.c | |||
@@ -87,7 +87,6 @@ MODULE_DEVICE_TABLE(of, clps711x_gpio_ids); | |||
87 | static struct platform_driver clps711x_gpio_driver = { | 87 | static struct platform_driver clps711x_gpio_driver = { |
88 | .driver = { | 88 | .driver = { |
89 | .name = "clps711x-gpio", | 89 | .name = "clps711x-gpio", |
90 | .owner = THIS_MODULE, | ||
91 | .of_match_table = of_match_ptr(clps711x_gpio_ids), | 90 | .of_match_table = of_match_ptr(clps711x_gpio_ids), |
92 | }, | 91 | }, |
93 | .probe = clps711x_gpio_probe, | 92 | .probe = clps711x_gpio_probe, |