From b47dcd7b41e22fa3383c2aa07f2935c7b8725f88 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 27 Jul 2026 16:43:08 +0200 Subject: platform/surface: gpe: add missing err.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now use PTR_ERR() and IS_ERR() in this module so pull in the header that provides them. Fixes: 1e0bd438b876 ("platform/surface: gpe: use platform_device_register_full()") Signed-off-by: Bartosz Golaszewski Acked-by: Ilpo Järvinen Link: https://patch.msgid.link/20260727144308.61842-1-bartosz.golaszewski@oss.qualcomm.com Signed-off-by: Danilo Krummrich --- drivers/platform/surface/surface_gpe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/surface/surface_gpe.c b/drivers/platform/surface/surface_gpe.c index 4ca7ad76f3b9..29b264f2a444 100644 --- a/drivers/platform/surface/surface_gpe.c +++ b/drivers/platform/surface/surface_gpe.c @@ -11,6 +11,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3