mmc: mmci: stm32: make sdmmc_idma_validate_data static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 9 Oct 2019 11:54:15 +0000 (12:54 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 13 Nov 2019 15:10:16 +0000 (16:10 +0100)
commit61a14e5299bd526c30c00918f7195a89547c8667
tree8975d2f0484e28b135653a6fa98d2f56243c5d7b
parent315e3bd7ac19b18ba704d96cbb9b79bad485c01f
mmc: mmci: stm32: make sdmmc_idma_validate_data static

Make sdmmc_idma_validate_data to avoid the following warning
from sparse:

drivers/mmc/host/mmci_stm32_sdmmc.c:28:5: warning: symbol 'sdmmc_idma_validate_data' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci_stm32_sdmmc.c