diff options
Diffstat (limited to 'drivers/misc/lattice-ecp3-config.c')
-rw-r--r-- | drivers/misc/lattice-ecp3-config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/lattice-ecp3-config.c b/drivers/misc/lattice-ecp3-config.c index c544f1f50f52..626fdcaf2510 100644 --- a/drivers/misc/lattice-ecp3-config.c +++ b/drivers/misc/lattice-ecp3-config.c | |||
@@ -235,7 +235,6 @@ MODULE_DEVICE_TABLE(spi, lattice_ecp3_id); | |||
235 | static struct spi_driver lattice_ecp3_driver = { | 235 | static struct spi_driver lattice_ecp3_driver = { |
236 | .driver = { | 236 | .driver = { |
237 | .name = "lattice-ecp3", | 237 | .name = "lattice-ecp3", |
238 | .owner = THIS_MODULE, | ||
239 | }, | 238 | }, |
240 | .probe = lattice_ecp3_probe, | 239 | .probe = lattice_ecp3_probe, |
241 | .remove = lattice_ecp3_remove, | 240 | .remove = lattice_ecp3_remove, |