]> www.infradead.org Git - users/jedix/linux-maple.git/commit
backlight: lcd: Do not include <linux/fb.h> in lcd header
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 6 Sep 2024 07:52:42 +0000 (09:52 +0200)
committerLee Jones <lee@kernel.org>
Mon, 30 Sep 2024 15:49:42 +0000 (16:49 +0100)
commit0d580d99749e759b62dc8e28f511310e9235da7a
tree7efe887c6e8dc0e341c32ea440b55e4f588ee98d
parent02e224d096ef58fe59e96609de6018e133f33512
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>
include/linux/lcd.h