]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: 8250: remove the redundant include
authorWang Long <long.wanglong@huawei.com>
Mon, 9 Mar 2015 04:17:51 +0000 (04:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 21:21:08 +0000 (22:21 +0100)
commite4228d7cf5844776bfe7c1a466fc827530c0086f
tree7027e4f7a0925f4118e735173974af5985f094e6
parentf01a0bd8921b9d6668d41fae3198970e6318f532
serial: 8250: remove the redundant include

The serial_core.h file have been included in header file
serial_8250.h. so remove the "#include <serial_core.h>" in
some 8250 serial drivers, because they have included the header file
serial_8250.h.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_dw.c
drivers/tty/serial/8250/8250_early.c
drivers/tty/serial/8250/8250_em.c
drivers/tty/serial/8250/8250_hp300.c
drivers/tty/serial/8250/8250_omap.c