diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-17 11:52:53 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-17 11:56:24 +0200 |
commit | ebdffe5b1fffa62c91800474c25e3c9f63be2aad (patch) | |
tree | f907a4e14252039c709e433f7cb4181c5f957f25 /Kbuild | |
parent | gpio: sch311x: Use devm_gpiochip_add_data() to simplify remove path (diff) | |
download | linux-ebdffe5b1fffa62c91800474c25e3c9f63be2aad.tar.xz linux-ebdffe5b1fffa62c91800474c25e3c9f63be2aad.zip |
gpio: sa1100: include <mach/generic.h>
sa1100_init_gpio() is declared in a machine specific header so it
can be called from platform code, but the definition is in the device
driver, which causes a warning:
drivers/gpio/gpio-sa1100.c:310:13: error: no previous prototype for 'sa1100_init_gpio' [-Werror=missing-prototypes]
It's already possible to include mach/generic.h from drivers, so add
this one here as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions