diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-03-05 08:52:10 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 14:47:02 -0500 |
commit | 11ba8899f96066600a7adeee28baed7a4a8cb7eb (patch) | |
tree | 7e45fd9cf17795ce906991203d65900406c1ee1e /arch/xtensa | |
parent | 8bc87dc999d57d7d2ab92ab203ff7e94e860d8fa (diff) |
TTY: remove serialP.h inclusion from some files
All of them do not use the ugly interface defined in that header.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/platforms/iss/console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/iss/console.c b/arch/xtensa/platforms/iss/console.c index d1a7861b81f7..f9726f6afdf1 100644 --- a/arch/xtensa/platforms/iss/console.c +++ b/arch/xtensa/platforms/iss/console.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/param.h> | 19 | #include <linux/param.h> |
20 | #include <linux/seq_file.h> | 20 | #include <linux/seq_file.h> |
21 | #include <linux/serial.h> | 21 | #include <linux/serial.h> |
22 | #include <linux/serialP.h> | ||
23 | 22 | ||
24 | #include <asm/uaccess.h> | 23 | #include <asm/uaccess.h> |
25 | #include <asm/irq.h> | 24 | #include <asm/irq.h> |