From: Rosen Penev Date: Sun, 12 May 2024 21:38:59 +0000 (-0700) Subject: gpio-nct5104d: fix compilation with kernel 6.6 X-Git-Tag: v24.10.0-rc1~1857 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15471%2Fhead;p=thirdparty%2Fopenwrt.git gpio-nct5104d: fix compilation with kernel 6.6 gpio.h has been deprecated for a while and no longer compiles with 6.6. Include the proper header. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/15471 Signed-off-by: Robert Marko --- diff --git a/package/kernel/gpio-nct5104d/src/gpio-nct5104d.c b/package/kernel/gpio-nct5104d/src/gpio-nct5104d.c index 5343d6e3a8d..eb1cf8494ab 100644 --- a/package/kernel/gpio-nct5104d/src/gpio-nct5104d.c +++ b/package/kernel/gpio-nct5104d/src/gpio-nct5104d.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include