浏览代码

Merge remote-tracking branch 'spi/topic/xilinx' into spi-next

Mark Brown 11 年之前
父节点
当前提交
a2285b8c75
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/spi/spi-xilinx.c

+ 0 - 1
drivers/spi/spi-xilinx.c

@@ -471,7 +471,6 @@ static struct platform_driver xilinx_spi_driver = {
 	.remove = xilinx_spi_remove,
 	.driver = {
 		.name = XILINX_SPI_NAME,
-		.owner = THIS_MODULE,
 		.of_match_table = xilinx_spi_of_match,
 	},
 };