diff options
Diffstat (limited to 'drivers/spi/spi-fsl-espi.c')
-rw-r--r-- | drivers/spi/spi-fsl-espi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c index a7f94b6a9e70..cff2ebd97463 100644 --- a/drivers/spi/spi-fsl-espi.c +++ b/drivers/spi/spi-fsl-espi.c | |||
@@ -827,7 +827,6 @@ MODULE_DEVICE_TABLE(of, of_fsl_espi_match); | |||
827 | static struct platform_driver fsl_espi_driver = { | 827 | static struct platform_driver fsl_espi_driver = { |
828 | .driver = { | 828 | .driver = { |
829 | .name = "fsl_espi", | 829 | .name = "fsl_espi", |
830 | .owner = THIS_MODULE, | ||
831 | .of_match_table = of_fsl_espi_match, | 830 | .of_match_table = of_fsl_espi_match, |
832 | .pm = &espi_pm, | 831 | .pm = &espi_pm, |
833 | }, | 832 | }, |