These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / rtc / rtc-m41t93.c
index 4698c7e..5ac45fc 100644 (file)
@@ -197,7 +197,6 @@ static int m41t93_probe(struct spi_device *spi)
 static struct spi_driver m41t93_driver = {
        .driver = {
                .name   = "rtc-m41t93",
-               .owner  = THIS_MODULE,
        },
        .probe  = m41t93_probe,
 };