]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/rtc/rtc-ds3234.c
ARM: defconfig: add support for Ka-Ro TXUL modules
[karo-tx-linux.git] / drivers / rtc / rtc-ds3234.c
index 4c9ba53684643e2b1b1babc71b1cb968862af68a..570ab28fc35427e29728a51bb59f396d0d5b38d9 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,
 };