Skip to content

Commit 243ce64

Browse files
tdzlag-linaro
authored andcommitted
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>
1 parent 3a86608 commit 243ce64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/backlight.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#define _LINUX_BACKLIGHT_H
1111

1212
#include <linux/device.h>
13-
#include <linux/fb.h>
1413
#include <linux/mutex.h>
1514
#include <linux/types.h>
1615

0 commit comments

Comments
 (0)