From: Thomas Zimmermann Date: Mon, 19 Feb 2024 09:37:32 +0000 (+0100) Subject: fbdev: Do not include in header X-Git-Tag: v6.9-rc1~26^2~14^2~12 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7a46212f2a15cd8f041d2b4243ab64649c394260;p=linux-2.6-block.git fbdev: Do not include in header Forward declare struct page and remove the include statement. Signed-off-by: Thomas Zimmermann Reviewed-by: Jani Nikula Acked-by: Helge Deller Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-8-tzimmermann@suse.de --- diff --git a/include/linux/fb.h b/include/linux/fb.h index 90f348f14a49..42155898374b 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -11,7 +11,6 @@ #include #include #include -#include #include @@ -22,6 +21,7 @@ struct device; struct file; struct inode; struct notifier_block; +struct page; struct videomode; struct device_node;