projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945e411
)
backlight: as3711_bl: Include <linux/of.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Tue, 15 Jul 2025 12:24:45 +0000
(14:24 +0200)
committer
Lee Jones
<lee@kernel.org>
Tue, 16 Sep 2025 16:05:19 +0000
(17:05 +0100)
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>
drivers/video/backlight/as3711_bl.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/as3711_bl.c
b/drivers/video/backlight/as3711_bl.c
index
9f89eb1
..
753160b
100644
(file)
--- 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>