projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009c95c
)
fbdev: Do not include <linux/backlight.h> in header
author
Thomas Zimmermann
<tzimmermann@suse.de>
Mon, 19 Feb 2024 09:37:29 +0000
(10:37 +0100)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Wed, 28 Feb 2024 08:59:27 +0000
(09:59 +0100)
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
include/linux/fb.h
patch
|
blob
|
history
diff --git
a/include/linux/fb.h
b/include/linux/fb.h
index
2ce2f5c
..
7380d95
100644
(file)
--- a/
include/linux/fb.h
+++ b/
include/linux/fb.h
@@
-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;