forked from luck/tmp_suning_uos_patched
rtc: rx6110: remove owner assignment
.owner is already set by the spi core. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
e545b984f0
commit
1bc40cb1cc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user