aboutsummaryrefslogtreecommitdiff
path: root/include/linux/linux_logo.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven1-0/+16
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 <[email protected]> Acked-by: James Simmons <[email protected]> Cc: Krzysztof Helt <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2007-07-17fbdev: Add fb_append_extra_logo()Geert Uytterhoeven1-0/+8
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Geoff Levand <[email protected]> Acked-By: James Simmons <[email protected]> Cc: "Antonino A. Daplas" <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Paul Mackerras <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+37
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!