Skip to content

Commit

Permalink
fbdev: Clean up forward declarations in header file
Browse files Browse the repository at this point in the history
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 <jani.nikula@intel.com>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-9-tzimmermann@suse.de
  • Loading branch information
Thomas Zimmermann committed Feb 28, 2024
1 parent 7a46212 commit f6d5207
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/linux/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6d5207

Please sign in to comment.