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