These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / rtc / rtc-ds1347.c
index c82b4c0..641e8e8 100644 (file)
@@ -154,7 +154,6 @@ static int ds1347_probe(struct spi_device *spi)
 static struct spi_driver ds1347_driver = {
        .driver = {
                .name = "ds1347",
-               .owner = THIS_MODULE,
        },
        .probe = ds1347_probe,
 };