summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/configfs.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-10-17 23:44:45 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-21 13:47:24 +0300
commit2911016a45ca3f711b179e613e58914fde44b7d0 (patch)
tree6c1dd8b5ed4c5b6eb2b6743e3f402384e48e16e9 /drivers/usb/gadget/configfs.h
parentf97467becb250661dcfd28a46c2ff741ead40981 (diff)
downloadlinux-2911016a45ca3f711b179e613e58914fde44b7d0.tar.xz
usb: gadget: fsl-udc: Convert to use module_platform_driver()
module_platform_driver_probe() has the advantage that the .probe() and .remove() calls can live in .init.text and .exit.text respectively and so some memory is saved. The downside is that dynamic bind and unbind are impossible. As the driver doesn't benefit from the advantages (both .probe and .remove are defined in plain .text), stop suffering from the downsides and use module_platform_driver() instead of module_platform_driver_probe(). Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20231017204442.1625925-10-u.kleine-koenig@pengutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/configfs.h')
0 files changed, 0 insertions, 0 deletions