gpio: remove redundant owner assignments of drivers
[cascardo/linux.git] / drivers / gpio / gpio-tps6586x.c
index 6b15e68..042b9a2 100644 (file)
@@ -131,7 +131,6 @@ static int tps6586x_gpio_probe(struct platform_device *pdev)
 
 static struct platform_driver tps6586x_gpio_driver = {
        .driver.name    = "tps6586x-gpio",
-       .driver.owner   = THIS_MODULE,
        .probe          = tps6586x_gpio_probe,
 };