summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2024-01-23 20:08:47 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-01-24 00:38:16 +0300
commitf0b203bf9bbc89d3230d6a3d6254d11f7a4b6064 (patch)
treed2b517697b9c84350037795a2ecb7564f9b37d48 /tools/perf/scripts/python
parentd10e03cf9a4d78c67ef779dab5a5f4fb94fb835e (diff)
downloadlinux-f0b203bf9bbc89d3230d6a3d6254d11f7a4b6064.tar.xz
memory: emif: Drop usage of platform_driver_probe()
There are considerations to drop platform_driver_probe() as a concept that isn't relevant any more today. It comes with an added complexity that makes many users hold it wrong. (E.g. this driver should have better used __init instead of __init_or_module to mark functions only relevant to .probe() and mark the driver struct with __refdata.) This fixes a W=1 build warning: WARNING: modpost: drivers/memory/emif: section mismatch in reference: emif_driver+0x4 (section: .data) -> emif_remove (section: .exit.text) Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20240123170846.1362597-2-u.kleine-koenig@pengutronix.de Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions