X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-ds1390.c;h=aa0d2c6f1edc235d00d2da56be0d55b9d88ed44a;hb=df052f093c2920d557ee200a8941a83b2ae628de;hp=b2b9454aa7a2554b1c66326b9e7b65caed9bcdb2;hpb=c794f92f78028f1965d619ca1ef0670b43072888;p=karo-tx-linux.git diff --git a/drivers/rtc/rtc-ds1390.c b/drivers/rtc/rtc-ds1390.c index b2b9454aa7a2..aa0d2c6f1edc 100644 --- a/drivers/rtc/rtc-ds1390.c +++ b/drivers/rtc/rtc-ds1390.c @@ -219,7 +219,6 @@ static int ds1390_probe(struct spi_device *spi) static struct spi_driver ds1390_driver = { .driver = { .name = "rtc-ds1390", - .owner = THIS_MODULE, }, .probe = ds1390_probe, };