]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
video/logo: Remove MIPS-specific include section
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 4 Nov 2013 08:42:30 +0000 (09:42 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 17 Jan 2014 08:57:49 +0000 (10:57 +0200)
Since commit 41702d9a4fffa9e25b2ad9d4af09b3013fa155e1 ("logo.c: get rid of
mips_machgroup") there's no longer a need to include <asm/bootinfo.h> on
MIPS.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/logo/logo.c

index 080c35b34bbb9d68cd6e6d2eb5456dbf85a1ca88..b670cbda38e3a28051eb96c047bcd137e8f31346 100644 (file)
 #include <asm/setup.h>
 #endif
 
-#ifdef CONFIG_MIPS
-#include <asm/bootinfo.h>
-#endif
-
 static bool nologo;
 module_param(nologo, bool, 0);
 MODULE_PARM_DESC(nologo, "Disables startup logo");