Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: drop owner assignment from platform_drivers

This 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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Wolfram Sang and committed by
Linus Walleij
a7ce8353 aab0b129

-1
-1
drivers/gpio/gpio-vf610.c
··· 278 278 static struct platform_driver vf610_gpio_driver = { 279 279 .driver = { 280 280 .name = "gpio-vf610", 281 - .owner = THIS_MODULE, 282 281 .of_match_table = vf610_gpio_dt_ids, 283 282 }, 284 283 .probe = vf610_gpio_probe,