From: Thomas Zimmermann Date: Fri, 11 Oct 2024 14:41:20 +0000 (+0200) Subject: drm/panel: Include X-Git-Tag: v6.14-rc1~174^2~13^2~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b974c5b39b1863b11e4f6911dbc3d03b6cb6d59;p=thirdparty%2Fkernel%2Flinux.git drm/panel: Include Include directly to get of_device_is_available(). Avoids the proxy include via Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Reviewed-by: Neil Armstrong Link: https://patchwork.freedesktop.org/patch/msgid/20241011144632.90434-3-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/drm_panel.c b/drivers/gpu/drm/drm_panel.c index 19ab0a794add3..2379e501c08bb 100644 --- a/drivers/gpu/drm/drm_panel.c +++ b/drivers/gpu/drm/drm_panel.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include