tty/serial/mux.c: linux/tty.h included twice
authorDanny Kukawka <danny.kukawka@bisect.de>
Wed, 15 Feb 2012 17:55:41 +0000 (18:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 21:50:45 +0000 (13:50 -0800)
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>
drivers/tty/serial/mux.c

index c61d950e07c1efdda8c63014e030157c87dda198..7ea8a263fd9e44a8ad1d95d8e7d0098d8c2c57e9 100644 (file)
@@ -17,7 +17,6 @@
 */
 
 #include <linux/module.h>
-#include <linux/tty.h>
 #include <linux/ioport.h>
 #include <linux/init.h>
 #include <linux/serial.h>
This page took 0.024766 seconds and 5 git commands to generate.