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

[PATCH v3 8/9] fbdev: Clean up forward declarations in header file

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

Add forward declarations for struct i2c_adapter and struct module, and
sort the list alphabetically.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jani Nikula <redacted>
Acked-by: Helge Deller <deller@gmx.de>
---
 include/linux/fb.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 42155898374b1..8f70ca727a30d 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -15,15 +15,17 @@
 #include <asm/fb.h>
 
 struct backlight_device;
-struct vm_area_struct;
-struct fb_info;
 struct device;
+struct device_node;
+struct fb_info;
 struct file;
+struct i2c_adapter;
 struct inode;
+struct module;
 struct notifier_block;
 struct page;
 struct videomode;
-struct device_node;
+struct vm_area_struct;
 
 /* Definitions below are used in the parsed monitor specs */
 #define FB_DPMS_ACTIVE_OFF	1
-- 
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