aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/kernel
diff options
context:
space:
mode:
authorMichal Piotrowski <michal.k.k.piotrowski@gmail.com>2007-08-12 12:18:54 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-08-12 12:18:54 +0900
commit5ba056cb3c5d424dc2886fb02305af11fa46af02 (patch)
tree5a8e6311880d6dfa543f960f1904bb5d8b215e7c /arch/sh64/kernel
parentsh64: arch/sh64/kernel/signal.c: duplicate include removal (diff)
downloadlinux-dev-5ba056cb3c5d424dc2886fb02305af11fa46af02.tar.xz
linux-dev-5ba056cb3c5d424dc2886fb02305af11fa46af02.zip
sh64: arch/sh64/kernel/setup.c: duplicate include removal.
There is no need to include linux/console.h twice. Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/kernel')
-rw-r--r--arch/sh64/kernel/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh64/kernel/setup.c b/arch/sh64/kernel/setup.c
index 53e9d20a874a..2b7264c0c6f7 100644
--- a/arch/sh64/kernel/setup.c
+++ b/arch/sh64/kernel/setup.c
@@ -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