Skip to content

Commit b12224c

Browse files
tdzlag-linaro
authored andcommitted
backlight: Include <linux/of.h>
Include <linux/of.h> to avoid 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-7-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 07c7efd commit b12224c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/backlight.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <linux/ctype.h>
1717
#include <linux/err.h>
1818
#include <linux/slab.h>
19+
#include <linux/of.h>
1920

2021
#ifdef CONFIG_PMAC_BACKLIGHT
2122
#include <asm/backlight.h>

0 commit comments

Comments
 (0)