diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:31 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:31 -0400 |
commit | 4a3a950ee9cc76188f5be9088bc765889f7a61c5 (patch) | |
tree | 9b7e09ea510b50c67d659bdf0d9848db25519a2d /drivers/gpio/gpio-zevio.c | |
parent | e94d68450e2f45b8d227cc1987121d1460841a1e (diff) |
gpio: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/gpio/gpio-zevio.c')
-rw-r--r-- | drivers/gpio/gpio-zevio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-zevio.c b/drivers/gpio/gpio-zevio.c index 54e54e4cc6c4..f769cd53f4e4 100644 --- a/drivers/gpio/gpio-zevio.c +++ b/drivers/gpio/gpio-zevio.c | |||
@@ -212,7 +212,6 @@ MODULE_DEVICE_TABLE(of, zevio_gpio_of_match); | |||
212 | static struct platform_driver zevio_gpio_driver = { | 212 | static struct platform_driver zevio_gpio_driver = { |
213 | .driver = { | 213 | .driver = { |
214 | .name = "gpio-zevio", | 214 | .name = "gpio-zevio", |
215 | .owner = THIS_MODULE, | ||
216 | .of_match_table = zevio_gpio_of_match, | 215 | .of_match_table = zevio_gpio_of_match, |
217 | }, | 216 | }, |
218 | .probe = zevio_gpio_probe, | 217 | .probe = zevio_gpio_probe, |