Thread (16 messages) 16 messages, 3 authors, 2024-02-26
STALE829d REVIEWED: 4 (3M)
Revisions (2)
  1. v1 [diff vs current]
  2. v3 current

[PATCH v3 4/9] fbdev: Do not include <linux/backlight.h> in header

From: Thomas Zimmermann <tzimmermann@suse.de>
Date: 2024-02-19 09:39:59
Also in: dri-devel, linux-staging, nouveau
Subsystem: framebuffer layer, the rest · Maintainers: Helge Deller, Linus Torvalds

Forward declare struct backlight_device and remove the include
statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jani Nikula <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
 include/linux/fb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 2ce2f5c2fca9a..7380d959c5d53 100644
--- 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;
-- 
2.43.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help