From: Thomas Zimmermann Date: Thu, 6 Jul 2023 10:42:16 +0000 (+0200) Subject: sysfb: Do not include from sysfb header X-Git-Tag: v6.6.17~3937^2~23^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a78b4b17eb8ad503e694b39fd61681f2b612b79e;p=platform%2Fkernel%2Flinux-rpi.git sysfb: Do not include from sysfb header The header file does not need anything from . Declare struct screen_info and remove the include statements. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas Reviewed-by: Sui Jingfeng Cc: Ard Biesheuvel Cc: Hans de Goede Cc: Javier Martinez Canillas Reviewed-by: Arnd Bergmann Link: https://patchwork.freedesktop.org/patch/msgid/20230706104852.27451-4-tzimmermann@suse.de --- diff --git a/include/linux/sysfb.h b/include/linux/sysfb.h index c1ef5fc..19cb803 100644 --- a/include/linux/sysfb.h +++ b/include/linux/sysfb.h @@ -9,7 +9,8 @@ #include #include -#include + +struct screen_info; enum { M_I17, /* 17-Inch iMac */