Browse Source

rtc: rx6110: remove owner assignment

.owner is already set by the spi core.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alexandre Belloni 9 years ago
parent
commit
1bc40cb1cc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/rtc/rtc-rx6110.c

+ 0 - 1
drivers/rtc/rtc-rx6110.c

@@ -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,