gpio: arizona: drop owner assignment from platform_drivers
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-arizona.c
index fe369f5c7fa6d96c578ff202fcc6bab58bf0a5b2..ab350383660c3e4270b0112ca69f445eebbfe8d7 100644 (file)
@@ -155,7 +155,6 @@ static int arizona_gpio_remove(struct platform_device *pdev)
 
 static struct platform_driver arizona_gpio_driver = {
        .driver.name    = "arizona-gpio",
-       .driver.owner   = THIS_MODULE,
        .probe          = arizona_gpio_probe,
        .remove         = arizona_gpio_remove,
 };