These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / rtc / rtc-m41t94.c
index 8d800b1..1f0eb79 100644 (file)
@@ -137,7 +137,6 @@ static int m41t94_probe(struct spi_device *spi)
 static struct spi_driver m41t94_driver = {
        .driver = {
                .name   = "rtc-m41t94",
-               .owner  = THIS_MODULE,
        },
        .probe  = m41t94_probe,
 };