From b7974deddc57307ddc9193d81e76ff818862d4e9 Mon Sep 17 00:00:00 2001 From: Danny Kukawka Date: Wed, 15 Feb 2012 18:55:41 +0100 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/mux.c | 1 - 1 file changed, 1 deletion(-) 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 @@ */ #include -#include #include #include #include -- 2.34.1