diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-07-15 14:24:45 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-09-16 17:05:19 +0100 |
| commit | 6789cd935a57464deaacdd14c84bc026aa228e72 (patch) | |
| tree | 924b5dd889ae2454f49ab4abe09f8bb49d485f72 | |
| parent | 945e411acde3800234d506f4304203a9b11890f8 (diff) | |
backlight: as3711_bl: Include <linux/of.h>
Include <linux/of.h> to declare various OF helpers. Avoids dependency
on backlight header to include it.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: "Daniel Thompson (RISCstar)" <danielt@kernel.org>
Link: https://lore.kernel.org/r/20250715122643.137027-9-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>
| -rw-r--r-- | drivers/video/backlight/as3711_bl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/as3711_bl.c b/drivers/video/backlight/as3711_bl.c index 9f89eb19894e..753160bbc3e7 100644 --- a/drivers/video/backlight/as3711_bl.c +++ b/drivers/video/backlight/as3711_bl.c @@ -13,6 +13,7 @@ #include <linux/kernel.h> #include <linux/mfd/as3711.h> #include <linux/module.h> +#include <linux/of.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <linux/slab.h> |
