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>
This commit is contained in:
Родитель
f6d7543ab2
Коммит
5ba056cb3c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче