summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2026-01-20 14:05:50 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2026-02-23 12:06:55 +0100
commit366b5941566cebdb8a972ff296f4f889f3887741 (patch)
tree39940e832372cfedc5da00f3e8d621c77bf1626a /tools/perf/scripts/python
parentc0b68bc25efeaca8a1ef3a0cfab5fbf5f81d002d (diff)
mmc: sdhci: Stop advertising the driver in dmesg
As much as we have grown used to seeing this message on every kernel boot, it does not add any technical value. Drop all messages from sdhci_drv_init(), and drop the module_init() and module_exit() calls as well since they now become empty. The modules becomes a pure library module, meaning it will get pulled in by modprobe() when the symbols inside it are needed, or compiled in if any users are compiled in. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions