Browse Source

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>
Michal Piotrowski 18 years ago
parent
commit
5ba056cb3c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      arch/sh64/kernel/setup.c

+ 0 - 4
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