diff options
Diffstat (limited to 'drivers/spi/spi-imx.c')
-rw-r--r-- | drivers/spi/spi-imx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c index 3637847b5370..961b97d43b43 100644 --- a/drivers/spi/spi-imx.c +++ b/drivers/spi/spi-imx.c | |||
@@ -1231,7 +1231,6 @@ static int spi_imx_remove(struct platform_device *pdev) | |||
1231 | static struct platform_driver spi_imx_driver = { | 1231 | static struct platform_driver spi_imx_driver = { |
1232 | .driver = { | 1232 | .driver = { |
1233 | .name = DRIVER_NAME, | 1233 | .name = DRIVER_NAME, |
1234 | .owner = THIS_MODULE, | ||
1235 | .of_match_table = spi_imx_dt_ids, | 1234 | .of_match_table = spi_imx_dt_ids, |
1236 | }, | 1235 | }, |
1237 | .id_table = spi_imx_devtype, | 1236 | .id_table = spi_imx_devtype, |