X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-m41t94.c;h=1f0eb79e69f90e279c33be8efc771a357c7ede91;hb=282d0a35c8c42c3ac4dd86a7e408ed1b30db4897;hp=8d800b1bf87b7cc61ec6c56a5a282bb56e1beeeb;hpb=3aba952706c2f1e5f05987be0cda716ecf2b5d55;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, };