diff options
-rw-r--r-- | drivers/spi/spi-xilinx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 4d8efb16573d..79bd84f43430 100644 --- a/drivers/spi/spi-xilinx.c +++ b/drivers/spi/spi-xilinx.c | |||
@@ -471,7 +471,6 @@ static struct platform_driver xilinx_spi_driver = { | |||
471 | .remove = xilinx_spi_remove, | 471 | .remove = xilinx_spi_remove, |
472 | .driver = { | 472 | .driver = { |
473 | .name = XILINX_SPI_NAME, | 473 | .name = XILINX_SPI_NAME, |
474 | .owner = THIS_MODULE, | ||
475 | .of_match_table = xilinx_spi_of_match, | 474 | .of_match_table = xilinx_spi_of_match, |
476 | }, | 475 | }, |
477 | }; | 476 | }; |