mmc: core: make mmc_interrupt_hpi() static
authorJason Yan <yanaijie@huawei.com>
Fri, 3 Apr 2020 03:47:27 +0000 (11:47 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 20 Apr 2020 07:24:39 +0000 (09:24 +0200)
commit44aebc16d7e9064a38d3b77750496f0fd2a23dcf
treef7ec4690a3a5bf06689f11057231ac39ed1ef17e
parentae83d0b416db002fe95601e7f97f64b59514d936
mmc: core: make mmc_interrupt_hpi() static

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@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Fixes: 55c2b8b9a383 ("mmc: core: Re-work the code for eMMC sanitize")
Link: https://lore.kernel.org/r/20200403034727.11879-1-yanaijie@huawei.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc_ops.c