Skip to content

Commit

Permalink
rtc: rx6110: remove owner assignment
Browse files Browse the repository at this point in the history
.owner is already set by the spi core.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Alexandre Belloni committed Aug 31, 2016
1 parent e545b98 commit 1bc40cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/rtc/rtc-rx6110.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1bc40cb

Please sign in to comment.