diff options
Diffstat (limited to 'drivers/gpio/gpio-tps65912.c')
-rw-r--r-- | drivers/gpio/gpio-tps65912.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tps65912.c b/drivers/gpio/gpio-tps65912.c index 22052d84c63b..472fb5b8779f 100644 --- a/drivers/gpio/gpio-tps65912.c +++ b/drivers/gpio/gpio-tps65912.c | |||
@@ -124,7 +124,6 @@ static int tps65912_gpio_remove(struct platform_device *pdev) | |||
124 | static struct platform_driver tps65912_gpio_driver = { | 124 | static struct platform_driver tps65912_gpio_driver = { |
125 | .driver = { | 125 | .driver = { |
126 | .name = "tps65912-gpio", | 126 | .name = "tps65912-gpio", |
127 | .owner = THIS_MODULE, | ||
128 | }, | 127 | }, |
129 | .probe = tps65912_gpio_probe, | 128 | .probe = tps65912_gpio_probe, |
130 | .remove = tps65912_gpio_remove, | 129 | .remove = tps65912_gpio_remove, |