Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
[firefly-linux-kernel-4.4.55.git] / drivers / rtc / rtc-ds1305.c
index baa5d047f9c826bbd8da5111e421d6e564ed89e8..85706a9f82c99429bcc7cefdc2760138c11193a2 100644 (file)
@@ -772,7 +772,6 @@ static int ds1305_remove(struct spi_device *spi)
 
 static struct spi_driver ds1305_driver = {
        .driver.name    = "rtc-ds1305",
-       .driver.owner   = THIS_MODULE,
        .probe          = ds1305_probe,
        .remove         = ds1305_remove,
        /* REVISIT add suspend/resume */