Browse Source

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

Mark Brown 11 years ago
parent
commit
a2285b8c75
1 changed files with 0 additions and 1 deletions
  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,
 	},
 };