diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-03 22:53:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-03 22:53:56 -0500 |
commit | a8a93c6f9922c0d70459668c1300b226cb3918ab (patch) | |
tree | 6d484e6cb951bad4805297648ad17e1d42fe03f4 /drivers/gpio/gpio-ich.c | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 (diff) | |
parent | 79cd1762933153237731585f0901eec368e54bae (diff) |
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
Diffstat (limited to 'drivers/gpio/gpio-ich.c')
-rw-r--r-- | drivers/gpio/gpio-ich.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c index 3784e81e7762..7818cd1453ae 100644 --- a/drivers/gpio/gpio-ich.c +++ b/drivers/gpio/gpio-ich.c | |||
@@ -526,7 +526,6 @@ static int ichx_gpio_remove(struct platform_device *pdev) | |||
526 | 526 | ||
527 | static struct platform_driver ichx_gpio_driver = { | 527 | static struct platform_driver ichx_gpio_driver = { |
528 | .driver = { | 528 | .driver = { |
529 | .owner = THIS_MODULE, | ||
530 | .name = DRV_NAME, | 529 | .name = DRV_NAME, |
531 | }, | 530 | }, |
532 | .probe = ichx_gpio_probe, | 531 | .probe = ichx_gpio_probe, |