bus: fsl-mc: add .shutdown() op for the bus driver
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Thu, 15 Jul 2021 14:07:14 +0000 (17:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 11:56:25 +0000 (13:56 +0200)
commit3ab520cfc772a63e037b5d433c3976c6426bf080
treeb46dd284a4b1d6cc4a9fd6ea55d3361ff36acbf9
parentc40cbad63ddcbf47debe350e736e37525a0c336c
bus: fsl-mc: add .shutdown() op for the bus driver

The fsl-mc bus driver is missing the .shutdown() callback, so add it.
The implementation simply calls the .remove() callback.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Link: https://lore.kernel.org/r/20210715140718.8513-4-laurentiu.tudor@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/fsl-mc/fsl-mc-bus.c