Hi, On Tue, Jun 18, 2019 at 8:35 AM Ulf Hansson <ulf.hansson@xxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxx> > Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> > --- > drivers/mmc/core/sdio_irq.c | 3 +-- > include/linux/mmc/host.h | 1 - > 2 files changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>