sh64: arch/sh64/kernel/setup.c: duplicate include removal.
authorMichal Piotrowski <michal.k.k.piotrowski@gmail.com>
Sun, 12 Aug 2007 03:18:54 +0000 (12:18 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 12 Aug 2007 03:18:54 +0000 (12:18 +0900)
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>
arch/sh64/kernel/setup.c

index 53e9d20..2b7264c 100644 (file)
 #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