浏览代码

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 年之前
父节点
当前提交
1bc40cb1cc
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,