1
0
Fork 0

[patch 2/2] xtensa console.c: remove duplicate #include

This patch removes one of the two linux/console.h included in
arch/xtensa/platform-iss/console.c

Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Zankel <chris@zankel.net>
hifive-unleashed-5.1
Frederik Deweerdt 2007-08-22 10:47:58 -07:00 committed by Chris Zankel
parent 6656920b0b
commit 969f865f36
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <linux/param.h>
#include <linux/serial.h>
#include <linux/serialP.h>
#include <linux/console.h>
#include <asm/uaccess.h>
#include <asm/irq.h>