rtc: drop owner assignment from platform_drivers
[firefly-linux-kernel-4.4.55.git] / drivers / rtc / rtc-tps6586x.c
index 426901cef14fe3067fedb5eeb37be055315d2a51..3b6ce80a769c761d9a6df88cfeda6b7ae6e4b5f9 100644 (file)
@@ -337,7 +337,6 @@ static SIMPLE_DEV_PM_OPS(tps6586x_pm_ops, tps6586x_rtc_suspend,
 static struct platform_driver tps6586x_rtc_driver = {
        .driver = {
                .name   = "tps6586x-rtc",
-               .owner  = THIS_MODULE,
                .pm     = &tps6586x_pm_ops,
        },
        .probe  = tps6586x_rtc_probe,