Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

backlight: Do not include <linux/fb.h> in header file

The backlight interfaces don't require anything from <linux/fb.h>, so
don't include it.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patch.msgid.link/20251013105553.836715-1-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Thomas Zimmermann and committed by
Lee Jones
243ce64b 3a866087

-1
-1
include/linux/backlight.h
··· 10 10 #define _LINUX_BACKLIGHT_H 11 11 12 12 #include <linux/device.h> 13 - #include <linux/fb.h> 14 13 #include <linux/mutex.h> 15 14 #include <linux/types.h> 16 15