X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-m41t94.c;h=1f0eb79e69f90e279c33be8efc771a357c7ede91;hb=282d0a35c8c42c3ac4dd86a7e408ed1b30db4897;hp=8d800b1bf87b7cc61ec6c56a5a282bb56e1beeeb;hpb=42249094f79422fbf5ed4b54eeb48ff096809b8f;p=karo-tx-linux.git diff --git a/drivers/rtc/rtc-m41t94.c b/drivers/rtc/rtc-m41t94.c index 8d800b1bf87b..1f0eb79e69f9 100644 --- a/drivers/rtc/rtc-m41t94.c +++ b/drivers/rtc/rtc-m41t94.c @@ -137,7 +137,6 @@ static int m41t94_probe(struct spi_device *spi) static struct spi_driver m41t94_driver = { .driver = { .name = "rtc-m41t94", - .owner = THIS_MODULE, }, .probe = m41t94_probe, };