diff options
Diffstat (limited to 'drivers/gpio/gpio-rc5t583.c')
-rw-r--r-- | drivers/gpio/gpio-rc5t583.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-rc5t583.c b/drivers/gpio/gpio-rc5t583.c index 769233d2da6d..6eabf239676b 100644 --- a/drivers/gpio/gpio-rc5t583.c +++ b/drivers/gpio/gpio-rc5t583.c | |||
@@ -155,7 +155,6 @@ static int rc5t583_gpio_remove(struct platform_device *pdev) | |||
155 | static struct platform_driver rc5t583_gpio_driver = { | 155 | static struct platform_driver rc5t583_gpio_driver = { |
156 | .driver = { | 156 | .driver = { |
157 | .name = "rc5t583-gpio", | 157 | .name = "rc5t583-gpio", |
158 | .owner = THIS_MODULE, | ||
159 | }, | 158 | }, |
160 | .probe = rc5t583_gpio_probe, | 159 | .probe = rc5t583_gpio_probe, |
161 | .remove = rc5t583_gpio_remove, | 160 | .remove = rc5t583_gpio_remove, |