]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/rtc/rtc-pcf8563.c
rtc: Drop owner assignment from i2c_driver
[mirror_ubuntu-bionic-kernel.git] / drivers / rtc / rtc-pcf8563.c
index 8bba022be946ebc4380bc692c78637ff487c292a..e569243db57efb4f5aca9f4634047a6bae3072b5 100644 (file)
@@ -483,7 +483,6 @@ MODULE_DEVICE_TABLE(of, pcf8563_of_match);
 static struct i2c_driver pcf8563_driver = {
        .driver         = {
                .name   = "rtc-pcf8563",
-               .owner  = THIS_MODULE,
                .of_match_table = of_match_ptr(pcf8563_of_match),
        },
        .probe          = pcf8563_probe,