diff options
Diffstat (limited to 'drivers/spi/spi-mpc512x-psc.c')
-rw-r--r-- | drivers/spi/spi-mpc512x-psc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-mpc512x-psc.c b/drivers/spi/spi-mpc512x-psc.c index 577d23a12763..ecae0d4e2945 100644 --- a/drivers/spi/spi-mpc512x-psc.c +++ b/drivers/spi/spi-mpc512x-psc.c | |||
@@ -600,7 +600,6 @@ static struct platform_driver mpc512x_psc_spi_of_driver = { | |||
600 | .remove = mpc512x_psc_spi_of_remove, | 600 | .remove = mpc512x_psc_spi_of_remove, |
601 | .driver = { | 601 | .driver = { |
602 | .name = "mpc512x-psc-spi", | 602 | .name = "mpc512x-psc-spi", |
603 | .owner = THIS_MODULE, | ||
604 | .of_match_table = mpc512x_psc_spi_of_match, | 603 | .of_match_table = mpc512x_psc_spi_of_match, |
605 | }, | 604 | }, |
606 | }; | 605 | }; |