video/logo: Remove MIPS-specific include section
Since commit 41702d9a4f
("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>
This commit is contained in:
parent
0ede5804ca
commit
db25295788
|
@ -17,10 +17,6 @@
|
|||
#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");
|
||||
|
|
Loading…
Reference in New Issue