diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-26 16:38:08 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2020-11-16 11:59:27 +0100 |
commit | 1dc575490bff8b1c491d6b723b772ab6f02865a5 (patch) | |
tree | 9b0a4bfd1b8af23ddcee2c284774d9e3224e19d5 /Makefile | |
parent | Linux 5.10-rc4 (diff) | |
download | linux-1dc575490bff8b1c491d6b723b772ab6f02865a5.tar.xz linux-1dc575490bff8b1c491d6b723b772ab6f02865a5.zip |
mmc: s3cmci: include GPIO descriptor consumer header
The driver uses GPIO Descriptor Consumer Interface so include proper
header to fix compile test errors like:
drivers/mmc/host/s3cmci.c: In function ‘s3cmci_check_sdio_irq’:
drivers/mmc/host/s3cmci.c:304:7: error:
implicit declaration of function ‘gpiod_get_value’; did you mean ‘gpio_get_value’? [-Werror=implicit-function-declaration]
drivers/mmc/host/s3cmci.c: In function ‘s3cmci_probe_pdata’:
drivers/mmc/host/s3cmci.c:1451:19: error:
implicit declaration of function ‘devm_gpiod_get_index’ [-Werror=implicit-function-declaration]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201026153810.89512-1-krzk@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions