diff options
author | Andrew F. Davis <afd@ti.com> | 2015-10-23 09:59:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-27 21:30:17 -0400 |
commit | 3821a065f5672c430a088ae68b4da2a2d2b34106 (patch) | |
tree | 07b51d616ca589f84f5817396c4c2318b6a479a4 /drivers/spi/spi-tle62x0.c | |
parent | ca5d24854210dd02548a080d4271560e926c4fcb (diff) |
spi: Drop owner assignment from spi_drivers
An spi_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-tle62x0.c')
-rw-r--r-- | drivers/spi/spi-tle62x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-tle62x0.c b/drivers/spi/spi-tle62x0.c index daf5aa1c24c3..c6ae775289e5 100644 --- a/drivers/spi/spi-tle62x0.c +++ b/drivers/spi/spi-tle62x0.c | |||
@@ -307,7 +307,6 @@ static int tle62x0_remove(struct spi_device *spi) | |||
307 | static struct spi_driver tle62x0_driver = { | 307 | static struct spi_driver tle62x0_driver = { |
308 | .driver = { | 308 | .driver = { |
309 | .name = "tle62x0", | 309 | .name = "tle62x0", |
310 | .owner = THIS_MODULE, | ||
311 | }, | 310 | }, |
312 | .probe = tle62x0_probe, | 311 | .probe = tle62x0_probe, |
313 | .remove = tle62x0_remove, | 312 | .remove = tle62x0_remove, |