On Fri, 3 Apr 2020 at 05:49, Jason Yan <yanaijie@xxxxxxxxxx> wrote: > > Fix the following sparse warning: > > drivers/mmc/core/mmc_ops.c:881:5: warning: symbol 'mmc_interrupt_hpi' > was not declared. Should it be static? > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx> Applied for fixes, thanks! Kind regards Uffe > --- > drivers/mmc/core/mmc_ops.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/core/mmc_ops.c b/drivers/mmc/core/mmc_ops.c > index 5bd0ab8b236a..baa6314f69b4 100644 > --- a/drivers/mmc/core/mmc_ops.c > +++ b/drivers/mmc/core/mmc_ops.c > @@ -878,7 +878,7 @@ static int mmc_send_hpi_cmd(struct mmc_card *card) > * Issued High Priority Interrupt, and check for card status > * until out-of prg-state. > */ > -int mmc_interrupt_hpi(struct mmc_card *card) > +static int mmc_interrupt_hpi(struct mmc_card *card) > { > int err; > u32 status; > -- > 2.17.2 >