diff options
Diffstat (limited to 'drivers/spi/spi-sirf.c')
-rw-r--r-- | drivers/spi/spi-sirf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-sirf.c b/drivers/spi/spi-sirf.c index 39e2c0a55a28..515184cfba4e 100644 --- a/drivers/spi/spi-sirf.c +++ b/drivers/spi/spi-sirf.c | |||
@@ -820,7 +820,6 @@ MODULE_DEVICE_TABLE(of, spi_sirfsoc_of_match); | |||
820 | static struct platform_driver spi_sirfsoc_driver = { | 820 | static struct platform_driver spi_sirfsoc_driver = { |
821 | .driver = { | 821 | .driver = { |
822 | .name = DRIVER_NAME, | 822 | .name = DRIVER_NAME, |
823 | .owner = THIS_MODULE, | ||
824 | .pm = &spi_sirfsoc_pm_ops, | 823 | .pm = &spi_sirfsoc_pm_ops, |
825 | .of_match_table = spi_sirfsoc_of_match, | 824 | .of_match_table = spi_sirfsoc_of_match, |
826 | }, | 825 | }, |