diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 16:32:20 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:42 +0200 |
commit | 8cbfbae85085bdd0bdafc085b1ed14abe0349573 (patch) | |
tree | 9c4d460e3c4bec9aa8832348969998c51b4bbc14 /include/linux/linux_logo.h | |
parent | 02741b8ae1ed2439b7f67bcc7ab5040469b65e7a (diff) | |
download | blackbird-op-linux-8cbfbae85085bdd0bdafc085b1ed14abe0349573.tar.gz blackbird-op-linux-8cbfbae85085bdd0bdafc085b1ed14abe0349573.zip |
video/logo: remove obsolete logo files
The blackfin and m32r architectures are getting removed, so it's
time to clean up the logos as well.
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/linux_logo.h')
-rw-r--r-- | include/linux/linux_logo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/linux_logo.h b/include/linux/linux_logo.h index 5e3581d76c7f..d4d5b93efe84 100644 --- a/include/linux/linux_logo.h +++ b/include/linux/linux_logo.h @@ -36,8 +36,6 @@ struct linux_logo { extern const struct linux_logo logo_linux_mono; extern const struct linux_logo logo_linux_vga16; extern const struct linux_logo logo_linux_clut224; -extern const struct linux_logo logo_blackfin_vga16; -extern const struct linux_logo logo_blackfin_clut224; extern const struct linux_logo logo_dec_clut224; extern const struct linux_logo logo_mac_clut224; extern const struct linux_logo logo_parisc_clut224; @@ -46,7 +44,6 @@ extern const struct linux_logo logo_sun_clut224; extern const struct linux_logo logo_superh_mono; extern const struct linux_logo logo_superh_vga16; extern const struct linux_logo logo_superh_clut224; -extern const struct linux_logo logo_m32r_clut224; extern const struct linux_logo logo_spe_clut224; extern const struct linux_logo *fb_find_logo(int depth); |