mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-06 16:05:56 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user