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

backlight: da903x_bl: Do not include <linux/fb.h>

This driver does not require <linux/fb.h>. Remove the include
statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250131140103.278158-8-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Thomas Zimmermann and committed by
Lee Jones
68d112e0 b6c775af

-1
-1
drivers/video/backlight/da903x_bl.c
··· 12 12 #include <linux/kernel.h> 13 13 #include <linux/init.h> 14 14 #include <linux/platform_device.h> 15 - #include <linux/fb.h> 16 15 #include <linux/backlight.h> 17 16 #include <linux/mfd/da903x.h> 18 17 #include <linux/slab.h>