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

This commit is contained in:
Mark Brown 2014-10-03 16:33:44 +01:00
commit a2285b8c75

View File

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