Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[cascardo/linux.git] / drivers / rtc / rtc-ds1286.c
index 50e109b..2fe537f 100644 (file)
@@ -356,7 +356,6 @@ static int ds1286_probe(struct platform_device *pdev)
 static struct platform_driver ds1286_platform_driver = {
        .driver         = {
                .name   = "rtc-ds1286",
-               .owner  = THIS_MODULE,
        },
        .probe          = ds1286_probe,
 };