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>
This commit is contained in:

committed by
Mark Brown

parent
ca5d248542
commit
3821a065f5
@@ -974,7 +974,6 @@ MODULE_DEVICE_TABLE(spi, qca_spi_id);
|
||||
static struct spi_driver qca_spi_driver = {
|
||||
.driver = {
|
||||
.name = QCASPI_DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = qca_spi_of_match,
|
||||
},
|
||||
.id_table = qca_spi_id,
|
||||
|
Reference in New Issue
Block a user