From: Thomas Zimmermann Date: Tue, 12 Aug 2025 08:10:32 +0000 (+0200) Subject: drm/panel: panel-summit: Include and X-Git-Tag: v6.18-rc1~134^2~22^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b12afac75fc3dbe735c05716cf99a965927a8fa;p=thirdparty%2Fkernel%2Flinux.git drm/panel: panel-summit: Include and Include to declare device_property_read_u32() and to declare struct of_device_id. Avoids the dependency on the backlight header to include it. Signed-off-by: Thomas Zimmermann Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250812081118.221103-1-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/panel/panel-summit.c b/drivers/gpu/drm/panel/panel-summit.c index 4854437e28991..6d40b9ddfe029 100644 --- a/drivers/gpu/drm/panel/panel-summit.c +++ b/drivers/gpu/drm/panel/panel-summit.c @@ -1,6 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-only #include +#include +#include #include #include #include