X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-tps6586x.c;h=3b6ce80a769c761d9a6df88cfeda6b7ae6e4b5f9;hb=216dcaf290a5e93426cec283ac9edc67ff6756b3;hp=426901cef14fe3067fedb5eeb37be055315d2a51;hpb=f66d95d69db3a329354bf29ebe5fc73862d2c60a;p=cascardo%2Flinux.git diff --git a/drivers/rtc/rtc-tps6586x.c b/drivers/rtc/rtc-tps6586x.c index 426901cef14f..3b6ce80a769c 100644 --- a/drivers/rtc/rtc-tps6586x.c +++ b/drivers/rtc/rtc-tps6586x.c @@ -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,