aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2024-02-19 10:37:33 +0100
committerThomas Zimmermann <[email protected]>2024-02-28 09:59:31 +0100
commitf6d520783a087fad2c5196f1231876312996cf07 (patch)
tree647685d8b976eb2c1e90f28cf12bdbf552e9f4f9
parent7a46212f2a15cd8f041d2b4243ab64649c394260 (diff)
fbdev: Clean up forward declarations in header file
Add forward declarations for struct i2c_adapter and struct module, and sort the list alphabetically. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Jani Nikula <[email protected]> Acked-by: Helge Deller <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/linux/fb.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 42155898374b..8f70ca727a30 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