diff options
Diffstat (limited to 'drivers/spi/spi-txx9.c')
-rw-r--r-- | drivers/spi/spi-txx9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-txx9.c b/drivers/spi/spi-txx9.c index f2ab827c81bb..9190124b6d90 100644 --- a/drivers/spi/spi-txx9.c +++ b/drivers/spi/spi-txx9.c | |||
@@ -425,7 +425,6 @@ static struct platform_driver txx9spi_driver = { | |||
425 | .remove = txx9spi_remove, | 425 | .remove = txx9spi_remove, |
426 | .driver = { | 426 | .driver = { |
427 | .name = "spi_txx9", | 427 | .name = "spi_txx9", |
428 | .owner = THIS_MODULE, | ||
429 | }, | 428 | }, |
430 | }; | 429 | }; |
431 | 430 | ||