X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-ds1302.c;h=6bef7a5233c46fdbe478e8af330374ed461f32c5;hb=0929ae376ef32591a5f13870a703efc2901bfab9;hp=07e8d79b4a09015e56c58aa363a3ab1b0d3d9626;hpb=1f9c52e16b5f67131440ddd51bd0cff27e45ea10;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/rtc/rtc-ds1302.c b/drivers/rtc/rtc-ds1302.c index 07e8d79b4a09..6bef7a5233c4 100644 --- a/drivers/rtc/rtc-ds1302.c +++ b/drivers/rtc/rtc-ds1302.c @@ -244,7 +244,6 @@ static int __init ds1302_rtc_probe(struct platform_device *pdev) static struct platform_driver ds1302_platform_driver = { .driver = { .name = DRV_NAME, - .owner = THIS_MODULE, }, };