diff options
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index d8a105f76837..00850f83aeba 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -1331,7 +1331,6 @@ static const struct dev_pm_ops pxa2xx_spi_pm_ops = { | |||
1331 | static struct platform_driver driver = { | 1331 | static struct platform_driver driver = { |
1332 | .driver = { | 1332 | .driver = { |
1333 | .name = "pxa2xx-spi", | 1333 | .name = "pxa2xx-spi", |
1334 | .owner = THIS_MODULE, | ||
1335 | .pm = &pxa2xx_spi_pm_ops, | 1334 | .pm = &pxa2xx_spi_pm_ops, |
1336 | .acpi_match_table = ACPI_PTR(pxa2xx_spi_acpi_match), | 1335 | .acpi_match_table = ACPI_PTR(pxa2xx_spi_acpi_match), |
1337 | }, | 1336 | }, |