[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <7416c439d68e9e96068ea5c77e05c99c7df41750.1645822213.git.msuchanek@suse.de>
Date: Fri, 25 Feb 2022 21:51:35 +0100
From: Michal Suchanek <msuchanek@...e.de>
To: dri-devel@...ts.freedesktop.org, linux-fbdev@...r.kernel.org,
Thomas Zimmermann <tzimmermann@...e.de>,
Javier Martinez Canillas <javierm@...hat.com>
Cc: Michal Suchanek <msuchanek@...e.de>,
Borislav Petkov <bp@...en8.de>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>, Martin Mares <mj@....cz>,
Helge Deller <deller@....de>, Ard Biesheuvel <ardb@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Sudeep Holla <sudeep.holla@....com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Cristian Marussi <cristian.marussi@....com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
David Herrmann <dh.herrmann@...il.com>,
linux-kernel@...r.kernel.org, linux-video@...ey.karlin.mff.cuni.cz,
linux-efi@...r.kernel.org
Subject: [PATCH v4 3/3] efifb: Remove redundant efifb_setup_from_dmi stub
efifb is the only user of efifb_setup_from_dmi which is provided by
sysfb which is selected by efifb. That makes the stub redundant.
Signed-off-by: Michal Suchanek <msuchanek@...e.de>
---
v4: new patch
---
include/linux/efi.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/linux/efi.h b/include/linux/efi.h
index ccd4d3f91c98..0cbbc4103632 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1329,10 +1329,6 @@ static inline struct efi_mokvar_table_entry *efi_mokvar_entry_find(
}
#endif
-#ifdef CONFIG_SYSFB
extern void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
-#else
-static inline void efifb_setup_from_dmi(struct screen_info *si, const char *opt) { }
-#endif
#endif /* _LINUX_EFI_H */
--
2.34.1
Powered by blists - more mailing lists