mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
i2c: fsi: Drop assigning fsi bus
Since commit FIXME ("fsi: Assign driver's bus in fsi_driver_register()")
module_fsi_driver() cares about assigning the driver's bus member. Drop
the explicit driver specific assignment.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Acked-by: Eddie James <eajames@linux.ibm.com>
Link: https://patch.msgid.link/8a36a0dba809d3bfe225627fd178daece10ff6a5.1765279318.git.u.kleine-koenig@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
18fa479b90
commit
76497839ee
|
|
@ -763,7 +763,6 @@ static struct fsi_driver fsi_i2c_driver = {
|
|||
.id_table = fsi_i2c_ids,
|
||||
.drv = {
|
||||
.name = "i2c-fsi",
|
||||
.bus = &fsi_bus_type,
|
||||
.probe = fsi_i2c_probe,
|
||||
.remove = fsi_i2c_remove,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user