block: prevent request-to-request merging with gaps if not allowed
[linux-block.git] / drivers / rtc / rtc-da9055.c
index a825491331c86464ae1f09a2820e4c8ee6735b5a..7ec0872d5e3b1bd3a585abb9e7a8aaad3aeafa2f 100644 (file)
@@ -391,7 +391,6 @@ static struct platform_driver da9055_rtc_driver = {
        .probe  = da9055_rtc_probe,
        .driver = {
                .name   = "da9055-rtc",
-               .owner  = THIS_MODULE,
                .pm = &da9055_rtc_pm_ops,
        },
 };