diff options
Diffstat (limited to 'drivers/gpio/gpio-tz1090.c')
-rw-r--r-- | drivers/gpio/gpio-tz1090.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tz1090.c b/drivers/gpio/gpio-tz1090.c index 5246a60eff6d..9e901773a9d5 100644 --- a/drivers/gpio/gpio-tz1090.c +++ b/drivers/gpio/gpio-tz1090.c | |||
@@ -593,7 +593,6 @@ static struct of_device_id tz1090_gpio_of_match[] = { | |||
593 | static struct platform_driver tz1090_gpio_driver = { | 593 | static struct platform_driver tz1090_gpio_driver = { |
594 | .driver = { | 594 | .driver = { |
595 | .name = "tz1090-gpio", | 595 | .name = "tz1090-gpio", |
596 | .owner = THIS_MODULE, | ||
597 | .of_match_table = tz1090_gpio_of_match, | 596 | .of_match_table = tz1090_gpio_of_match, |
598 | }, | 597 | }, |
599 | .probe = tz1090_gpio_probe, | 598 | .probe = tz1090_gpio_probe, |