Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,