Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux...
[cascardo/linux.git] / drivers / gpio / gpio-syscon.c
index e82fde4..257e298 100644 (file)
@@ -253,7 +253,6 @@ static int syscon_gpio_remove(struct platform_device *pdev)
 static struct platform_driver syscon_gpio_driver = {
        .driver = {
                .name           = "gpio-syscon",
-               .owner          = THIS_MODULE,
                .of_match_table = syscon_gpio_ids,
        },
        .probe  = syscon_gpio_probe,