Commit b12224c2 authored by Thomas Zimmermann's avatar Thomas Zimmermann Committed by Lee Jones
Browse files

backlight: Include <linux/of.h>



Include <linux/of.h> to avoid dependency on backlight header to
include it.

Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatar"Daniel Thompson (RISCstar)" <danielt@kernel.org>
Link: https://lore.kernel.org/r/20250715122643.137027-7-tzimmermann@suse.de


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 07c7efda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/ctype.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/of.h>

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