diff options
author | Frederik Deweerdt <deweerdt@free.fr> | 2007-08-22 21:47:58 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2007-08-28 00:54:21 +0400 |
commit | 969f865f36b65c2fcd1fb1ba09b4a2c6f071f864 (patch) | |
tree | c246bf0319044a79f414b3c9013339711d129190 /arch/xtensa | |
parent | 6656920b0b50beacb6cb64cf55273cbb686e436e (diff) | |
download | linux-969f865f36b65c2fcd1fb1ba09b4a2c6f071f864.tar.xz |
[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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/platform-iss/console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/platform-iss/console.c b/arch/xtensa/platform-iss/console.c index 2f4f20ffe666..854677d0c3f6 100644 --- a/arch/xtensa/platform-iss/console.c +++ b/arch/xtensa/platform-iss/console.c @@ -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> |