From: Thomas Zimmermann Date: Tue, 15 Jul 2025 12:24:50 +0000 (+0200) Subject: backlight: rave-sp: Include and X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=246da2b48e2ce973db255fc4b6faf42f73c03114;p=thirdparty%2Fkernel%2Fstable.git backlight: rave-sp: Include and Include to declare struct device_node and include to declare struct of_device_id. Avoids dependency on backlight header to include it. Signed-off-by: Thomas Zimmermann Reviewed-by: "Daniel Thompson (RISCstar)" Link: https://lore.kernel.org/r/20250715122643.137027-14-tzimmermann@suse.de Signed-off-by: Lee Jones --- diff --git a/drivers/video/backlight/rave-sp-backlight.c b/drivers/video/backlight/rave-sp-backlight.c index e708a060a6e46..bfe01b9b9174c 100644 --- a/drivers/video/backlight/rave-sp-backlight.c +++ b/drivers/video/backlight/rave-sp-backlight.c @@ -9,8 +9,10 @@ #include #include +#include #include #include +#include #include #define RAVE_SP_BACKLIGHT_LCD_EN BIT(7)