Commit 1bc40cb1 authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: rx6110: remove owner assignment

.owner is already set by the spi core.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent e545b984
......@@ -388,7 +388,6 @@ MODULE_DEVICE_TABLE(spi, rx6110_id);
static struct spi_driver rx6110_driver = {
.driver = {
.name = RX6110_DRIVER_NAME,
.owner = THIS_MODULE,
},
.probe = rx6110_probe,
.remove = rx6110_remove,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment