Commit 0f115335 authored by Thomas Zimmermann's avatar Thomas Zimmermann

fbdev: Do not include <linux/notifier.h> in header

Forward declare struct notifier_block and remove the include
statement.
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
Acked-by: default avatarHelge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-7-tzimmermann@suse.de
parent 183c8156
......@@ -10,7 +10,6 @@
#include <linux/init.h>
#include <linux/workqueue.h>
#include <linux/notifier.h>
#include <linux/list.h>
#include <linux/slab.h>
......@@ -22,6 +21,7 @@ struct fb_info;
struct device;
struct file;
struct inode;
struct notifier_block;
struct videomode;
struct device_node;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment