mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
fbdev: move logo externs to header file
Now we have __initconst, we can finally move the external declarations for the various Linux logo structures to <linux/linux_logo.h>. James' ack dates back to the previous submission (way to long ago), when the logos were still __initdata, which caused failures on some platforms with some toolchain versions. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Acked-by: James Simmons <jsimmons@infradead.org> Cc: Krzysztof Helt <krzysztof.h1@poczta.fm> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a53c9d5b71
commit
ae52bb2384
7 changed files with 28 additions and 39 deletions
|
@ -44,10 +44,7 @@
|
|||
#include <asm/sections.h>
|
||||
#include <asm/machdep.h>
|
||||
|
||||
#ifdef CONFIG_LOGO_LINUX_CLUT224
|
||||
#include <linux/linux_logo.h>
|
||||
extern const struct linux_logo logo_linux_clut224;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Properties whose value is longer than this get excluded from our
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue