From: Thomas Zimmermann Date: Mon, 19 Feb 2024 09:37:33 +0000 (+0100) Subject: fbdev: Clean up forward declarations in header file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f6d520783a087fad2c5196f1231876312996cf07;p=linux.git 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 Reviewed-by: Jani Nikula Acked-by: Helge Deller Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-9-tzimmermann@suse.de --- 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 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