]> Gentwo Git Trees - linux/.git/commitdiff
backlight: Do not include <linux/fb.h> in header file
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 13 Oct 2025 10:51:57 +0000 (12:51 +0200)
committerLee Jones <lee@kernel.org>
Thu, 23 Oct 2025 12:21:26 +0000 (13:21 +0100)
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>
include/linux/backlight.h

index 10e626db7eee5a84b21caed1af3bed57b5ae46a0..f29a9ef1052e702312a61c63c75312827ba14df2 100644 (file)
@@ -10,7 +10,6 @@
 #define _LINUX_BACKLIGHT_H
 
 #include <linux/device.h>
-#include <linux/fb.h>
 #include <linux/mutex.h>
 #include <linux/types.h>