summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_omap.c
diff options
context:
space:
mode:
authorWang Long <long.wanglong@huawei.com>2015-03-09 04:17:51 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 22:21:08 +0100
commite4228d7cf5844776bfe7c1a466fc827530c0086f (patch)
tree7027e4f7a0925f4118e735173974af5985f094e6 /drivers/tty/serial/8250/8250_omap.c
parentf01a0bd8921b9d6668d41fae3198970e6318f532 (diff)
downloadlinux-e4228d7cf5844776bfe7c1a466fc827530c0086f.tar.bz2
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>
Diffstat (limited to 'drivers/tty/serial/8250/8250_omap.c')
-rw-r--r--drivers/tty/serial/8250/8250_omap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_omap.c b/drivers/tty/serial/8250/8250_omap.c
index fe6d2e51da09..9289999cb7c6 100644
--- a/drivers/tty/serial/8250/8250_omap.c
+++ b/drivers/tty/serial/8250/8250_omap.c
@@ -11,7 +11,6 @@
#include <linux/io.h>
#include <linux/module.h>
#include <linux/serial_8250.h>
-#include <linux/serial_core.h>
#include <linux/serial_reg.h>
#include <linux/tty_flip.h>
#include <linux/platform_device.h>