Skip to content

Commit 0d580d9

Browse files
Thomas Zimmermannlag-linaro
authored andcommitted
backlight: lcd: Do not include <linux/fb.h> in lcd header
With the exception of fb_notifier_callback(), none of the lcd code uses fbdev; especially not the lcd drivers. Remove the include statement for <linux/fb.h> from the public lcd header. v2: - fix typos in commit description Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Link: https://lore.kernel.org/r/20240906075439.98476-29-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 02e224d commit 0d580d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/lcd.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/device.h>
1313
#include <linux/mutex.h>
1414
#include <linux/notifier.h>
15-
#include <linux/fb.h>
1615

1716
#define LCD_POWER_ON (0)
1817
#define LCD_POWER_REDUCED (1) // deprecated; don't use in new code

0 commit comments

Comments
 (0)