Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ba056cb authored by Michal Piotrowski's avatar Michal Piotrowski Committed by Paul Mundt
Browse files

sh64: arch/sh64/kernel/setup.c: duplicate include removal.



There is no need to include linux/console.h twice.

Signed-off-by: default avatarMichal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent f6d7543a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -59,10 +59,6 @@
#include <asm/setup.h>
#include <asm/smp.h>

#ifdef CONFIG_VT
#include <linux/console.h>
#endif

struct screen_info screen_info;

#ifdef CONFIG_BLK_DEV_RAM