diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-04 03:42:30 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-01-17 03:57:49 -0500 |
commit | db25295788550f6ee494d7feacfcde5d354ad62e (patch) | |
tree | f7f0a94796377a01bcef75c3aa642a289799e2ed | |
parent | 0ede5804ca3b42c831f7440ec29bc7187e5376bb (diff) |
video/logo: Remove MIPS-specific include section
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>
-rw-r--r-- | drivers/video/logo/logo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c index 080c35b34bbb..b670cbda38e3 100644 --- a/drivers/video/logo/logo.c +++ b/drivers/video/logo/logo.c | |||
@@ -17,10 +17,6 @@ | |||
17 | #include <asm/setup.h> | 17 | #include <asm/setup.h> |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | #ifdef CONFIG_MIPS | ||
21 | #include <asm/bootinfo.h> | ||
22 | #endif | ||
23 | |||
24 | static bool nologo; | 20 | static bool nologo; |
25 | module_param(nologo, bool, 0); | 21 | module_param(nologo, bool, 0); |
26 | MODULE_PARM_DESC(nologo, "Disables startup logo"); | 22 | MODULE_PARM_DESC(nologo, "Disables startup logo"); |