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

backlight: wm831x_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-17-tzimmermann@suse.de
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Thomas Zimmermann and committed by
Lee Jones
373dacfe d023cc09

-1
-1
drivers/video/backlight/wm831x_bl.c
··· 9 9 #include <linux/init.h> 10 10 #include <linux/platform_device.h> 11 11 #include <linux/module.h> 12 - #include <linux/fb.h> 13 12 #include <linux/backlight.h> 14 13 #include <linux/slab.h> 15 14