diff options
Diffstat (limited to 'drivers/spi/spi-clps711x.c')
-rw-r--r-- | drivers/spi/spi-clps711x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-clps711x.c b/drivers/spi/spi-clps711x.c index 181cf2262006..8c30de0315e7 100644 --- a/drivers/spi/spi-clps711x.c +++ b/drivers/spi/spi-clps711x.c | |||
@@ -203,7 +203,6 @@ err_out: | |||
203 | static struct platform_driver clps711x_spi_driver = { | 203 | static struct platform_driver clps711x_spi_driver = { |
204 | .driver = { | 204 | .driver = { |
205 | .name = DRIVER_NAME, | 205 | .name = DRIVER_NAME, |
206 | .owner = THIS_MODULE, | ||
207 | }, | 206 | }, |
208 | .probe = spi_clps711x_probe, | 207 | .probe = spi_clps711x_probe, |
209 | }; | 208 | }; |