Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[cascardo/linux.git] / drivers / gpio / gpio-iop.c
index 0a5e9d3..2ed0237 100644 (file)
@@ -120,7 +120,6 @@ static int iop3xx_gpio_probe(struct platform_device *pdev)
 static struct platform_driver iop3xx_gpio_driver = {
        .driver = {
                .name = "gpio-iop",
-               .owner = THIS_MODULE,
        },
        .probe = iop3xx_gpio_probe,
 };