mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
fbdev: Do not include <linux/backlight.h> in header
Forward declare struct backlight_device and remove the include statement. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Helge Deller <deller@gmx.de> Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-5-tzimmermann@suse.de
This commit is contained in:
parent
009c95c82e
commit
11b4eedfc8
@ -13,11 +13,11 @@
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/notifier.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/backlight.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include <asm/fb.h>
|
||||
|
||||
struct backlight_device;
|
||||
struct vm_area_struct;
|
||||
struct fb_info;
|
||||
struct device;
|
||||
|
Loading…
Reference in New Issue
Block a user