From: Bartosz Golaszewski Date: Wed, 21 Aug 2024 12:14:54 +0000 (+0200) Subject: gpio: ath79: add missing header X-Git-Tag: v6.12-rc1~156^2~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4acde50b4d15373b55ff23424526378efa681dc6;p=linux-block.git gpio: ath79: add missing header Include mod_devicetable.h for struct of_device_id and its helpers. Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20240821121456.19553-2-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c index be2952fdae3b..7f9e66d75c8b 100644 --- a/drivers/gpio/gpio-ath79.c +++ b/drivers/gpio/gpio-ath79.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include