These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / rtc / rtc-ds3234.c
index 4c9ba53..570ab28 100644 (file)
@@ -159,7 +159,6 @@ static int ds3234_probe(struct spi_device *spi)
 static struct spi_driver ds3234_driver = {
        .driver = {
                .name    = "ds3234",
-               .owner  = THIS_MODULE,
        },
        .probe   = ds3234_probe,
 };