From: Thomas Zimmermann Date: Tue, 12 Aug 2025 08:10:32 +0000 (+0200) Subject: drm/panel: panel-summit: Include and X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6b12afac75fc3dbe735c05716cf99a965927a8fa;p=users%2Fhch%2Fmisc.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 4854437e2899..6d40b9ddfe02 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