fbdev: move logo externs to header file
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Tue, 16 Jun 2009 22:34:19 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:57 +0000 (19:47 -0700)
commitae52bb2384f721562f15f719de1acb8e934733cb
tree099e280e526a9aa3f8b44975b4494bd364c21861
parenta53c9d5b7115173fba9f82ff8120b624ef206f48
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>
arch/powerpc/kernel/prom_init.c
arch/powerpc/platforms/cell/spu_base.c
arch/um/include/shared/init.h
drivers/video/logo/logo.c
include/linux/init.h
include/linux/linux_logo.h
scripts/pnmtologo.c