From: Wang Long Date: Mon, 9 Mar 2015 04:17:51 +0000 (+0000) Subject: serial: 8250: remove the redundant include X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4228d7cf5844776bfe7c1a466fc827530c0086f;p=pandora-kernel.git serial: 8250: remove the redundant include The serial_core.h file have been included in header file serial_8250.h. so remove the "#include " in some 8250 serial drivers, because they have included the header file serial_8250.h. Signed-off-by: Wang Long Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c index 3e7cf3711378..9b2de25359d1 100644 --- a/drivers/tty/serial/8250/8250_core.c +++ b/drivers/tty/serial/8250/8250_core.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index c536946e4c34..5a5ecf34b631 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include Reading git-diff-tree failed