diff options
| -rw-r--r-- | drivers/spi/spi-fsl-lpspi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.c index 2b93bc605b91..cb3c73007ca1 100644 --- a/drivers/spi/spi-fsl-lpspi.c +++ b/drivers/spi/spi-fsl-lpspi.c | |||
| @@ -512,9 +512,9 @@ static int fsl_lpspi_remove(struct platform_device *pdev) | |||
| 512 | 512 | ||
| 513 | static struct platform_driver fsl_lpspi_driver = { | 513 | static struct platform_driver fsl_lpspi_driver = { |
| 514 | .driver = { | 514 | .driver = { |
| 515 | .name = DRIVER_NAME, | 515 | .name = DRIVER_NAME, |
| 516 | .of_match_table = fsl_lpspi_dt_ids, | 516 | .of_match_table = fsl_lpspi_dt_ids, |
| 517 | }, | 517 | }, |
| 518 | .probe = fsl_lpspi_probe, | 518 | .probe = fsl_lpspi_probe, |
| 519 | .remove = fsl_lpspi_remove, | 519 | .remove = fsl_lpspi_remove, |
| 520 | }; | 520 | }; |
