diff options
Diffstat (limited to 'drivers/spi/spi-bcm63xx-hsspi.c')
-rw-r--r-- | drivers/spi/spi-bcm63xx-hsspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c index 86f5a98aa7a2..f5ca6dc3a157 100644 --- a/drivers/spi/spi-bcm63xx-hsspi.c +++ b/drivers/spi/spi-bcm63xx-hsspi.c | |||
@@ -459,7 +459,6 @@ static SIMPLE_DEV_PM_OPS(bcm63xx_hsspi_pm_ops, bcm63xx_hsspi_suspend, | |||
459 | static struct platform_driver bcm63xx_hsspi_driver = { | 459 | static struct platform_driver bcm63xx_hsspi_driver = { |
460 | .driver = { | 460 | .driver = { |
461 | .name = "bcm63xx-hsspi", | 461 | .name = "bcm63xx-hsspi", |
462 | .owner = THIS_MODULE, | ||
463 | .pm = &bcm63xx_hsspi_pm_ops, | 462 | .pm = &bcm63xx_hsspi_pm_ops, |
464 | }, | 463 | }, |
465 | .probe = bcm63xx_hsspi_probe, | 464 | .probe = bcm63xx_hsspi_probe, |