From: Rosen Penev Date: Sat, 11 Jul 2026 00:30:50 +0000 (-0700) Subject: gpio-button-hotplug: don't include of_irq.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=594b4aef09bd7414ada3650fd33fe082b1706cce;p=thirdparty%2Fopenwrt.git gpio-button-hotplug: don't include of_irq.h Not used. Add the proper headers. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/24177 Signed-off-by: Jonas Jelonek --- diff --git a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c index 12676152f3d..916411fb8b1 100644 --- a/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c +++ b/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c @@ -24,8 +24,9 @@ #include #include #include +#include #include -#include +#include #include #include #include