]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mmc: sdio: Turn sdio_run_irqs() into static
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 18 Jun 2019 15:34:42 +0000 (17:34 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 20 Jun 2019 13:36:36 +0000 (15:36 +0200)
commitcf4b20ecfa4edc4a0e55d52bc0a735f60bdfe7eb
tree7f6f369704a4782b567deb1fbb74f4034d858631
parent9d767dc55208f19f81767a2aa775f36010a1fb14
mmc: sdio: Turn sdio_run_irqs() into static

All external users of sdio_run_irqs() have converted into using the
preferred sdio_signal_irq() interface, thus not calling the function
directly any more. Avoid further new users of it, by turning it into
static.

Suggested-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/sdio_irq.c
include/linux/mmc/host.h