From 5d09158305406aed983556ed2acdb5526cc113b9 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 11 Oct 2024 16:41:21 +0200 Subject: [PATCH] drm/panel: panel-orisetech-otm8009a: Include Include directly to get struct of_device_id. 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-4-tzimmermann@suse.de --- drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c b/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c index a9b5dad70bc1..87bbb25d119a 100644 --- a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c +++ b/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include -- 2.50.1