Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux...
[firefly-linux-kernel-4.4.55.git] / drivers / rtc / rtc-ds1286.c
index 50e109b78252492d49f6dc0098bb5d9f00b158a1..2fe537f4e2bd0c0cec915fb1980ed1cf0b6e5c44 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,
 };