Commit 969f865f authored by Frederik Deweerdt's avatar Frederik Deweerdt Committed by Chris Zankel

[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: default avatarFrederik Deweerdt <frederik.deweerdt@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 6656920b
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <linux/param.h> #include <linux/param.h>
#include <linux/serial.h> #include <linux/serial.h>
#include <linux/serialP.h> #include <linux/serialP.h>
#include <linux/console.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/irq.h> #include <asm/irq.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment