diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-15 12:55:41 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-24 16:50:45 -0500 |
commit | b7974deddc57307ddc9193d81e76ff818862d4e9 (patch) | |
tree | 1d57b0d5ea7c15686680f089a749eec3933b6928 | |
parent | 6816383a09b5be8d35f14f4c25dedb64498e4959 (diff) |
tty/serial/mux.c: linux/tty.h included twice
drivers/tty/serial/mux.c included 'linux/tty.h' twice, remove
the duplicate.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/tty/serial/mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mux.c b/drivers/tty/serial/mux.c index c61d950e07c1..7ea8a263fd9e 100644 --- a/drivers/tty/serial/mux.c +++ b/drivers/tty/serial/mux.c | |||
@@ -17,7 +17,6 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/tty.h> | ||
21 | #include <linux/ioport.h> | 20 | #include <linux/ioport.h> |
22 | #include <linux/init.h> | 21 | #include <linux/init.h> |
23 | #include <linux/serial.h> | 22 | #include <linux/serial.h> |