diff options
Diffstat (limited to 'drivers/spi/spi-orion.c')
-rw-r--r-- | drivers/spi/spi-orion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-orion.c b/drivers/spi/spi-orion.c index c76b7d7879df..932da4825e74 100644 --- a/drivers/spi/spi-orion.c +++ b/drivers/spi/spi-orion.c | |||
@@ -551,7 +551,6 @@ static const struct dev_pm_ops orion_spi_pm_ops = { | |||
551 | static struct platform_driver orion_spi_driver = { | 551 | static struct platform_driver orion_spi_driver = { |
552 | .driver = { | 552 | .driver = { |
553 | .name = DRIVER_NAME, | 553 | .name = DRIVER_NAME, |
554 | .owner = THIS_MODULE, | ||
555 | .pm = &orion_spi_pm_ops, | 554 | .pm = &orion_spi_pm_ops, |
556 | .of_match_table = of_match_ptr(orion_spi_of_match_table), | 555 | .of_match_table = of_match_ptr(orion_spi_of_match_table), |
557 | }, | 556 | }, |