From: Thomas Zimmermann Date: Tue, 15 Jul 2025 12:24:44 +0000 (+0200) Subject: backlight: apple_dwi_bl: Include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=945e411acde3800234d506f4304203a9b11890f8;p=users%2Fjedix%2Flinux-maple.git backlight: apple_dwi_bl: Include Include to declare struct of_device_id. Avoids dependency on backlight header to include it. Signed-off-by: Thomas Zimmermann Reviewed-by: Nick Chan Reviewed-by: "Daniel Thompson (RISCstar)" Link: https://lore.kernel.org/r/20250715122643.137027-8-tzimmermann@suse.de Signed-off-by: Lee Jones --- diff --git a/drivers/video/backlight/apple_dwi_bl.c b/drivers/video/backlight/apple_dwi_bl.c index 93bd744972d6..ed8bf13d3f51 100644 --- a/drivers/video/backlight/apple_dwi_bl.c +++ b/drivers/video/backlight/apple_dwi_bl.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include