Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[cascardo/linux.git] / drivers / rtc / rtc-m48t35.c
index 411adb3..c62b512 100644 (file)
@@ -181,7 +181,6 @@ static int m48t35_probe(struct platform_device *pdev)
 static struct platform_driver m48t35_platform_driver = {
        .driver         = {
                .name   = "rtc-m48t35",
-               .owner  = THIS_MODULE,
        },
        .probe          = m48t35_probe,
 };