[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230706104852.27451-4-tzimmermann@suse.de>
Date: Thu, 6 Jul 2023 12:42:16 +0200
From: Thomas Zimmermann <tzimmermann@...e.de>
To: javierm@...hat.com, suijingfeng@...ngson.cn, arnd@...db.de
Cc: linux-efi@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, loongarch@...ts.linux.dev,
linux-fbdev@...r.kernel.org, linux-staging@...ts.linux.dev,
dri-devel@...ts.freedesktop.org,
Thomas Zimmermann <tzimmermann@...e.de>,
Ard Biesheuvel <ardb@...nel.org>,
Hans de Goede <hdegoede@...hat.com>
Subject: [PATCH v2 3/4] sysfb: Do not include <linux/screen_info.h> from sysfb header
The header file <linux/sysfb.h> does not need anything from
<linux/screen_info.h>. Declare struct screen_info and remove
the include statements.
Signed-off-by: Thomas Zimmermann <tzimmermann@...e.de>
Reviewed-by: Javier Martinez Canillas <javierm@...hat.com>
Reviewed-by: Sui Jingfeng <suijingfeng@...ngson.cn>
Cc: Ard Biesheuvel <ardb@...nel.org>
Cc: Hans de Goede <hdegoede@...hat.com>
Cc: Javier Martinez Canillas <javierm@...hat.com>
---
include/linux/sysfb.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/linux/sysfb.h b/include/linux/sysfb.h
index c1ef5fc60a3c..19cb803dd5ec 100644
--- a/include/linux/sysfb.h
+++ b/include/linux/sysfb.h
@@ -9,7 +9,8 @@
#include <linux/kernel.h>
#include <linux/platform_data/simplefb.h>
-#include <linux/screen_info.h>
+
+struct screen_info;
enum {
M_I17, /* 17-Inch iMac */
--
2.41.0
Powered by blists - more mailing lists