Re: [PATCH] serial: 8250: remove the redundant include

2015-03-08 Thread long.wanglong
On 2015/3/9 12:12, Wang Long wrote: > 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. missing the 8250_dw.c. i will send another patch. Thanks > > Signed

[PATCH] serial: 8250: remove the redundant include

2015-03-08 Thread Wang Long
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 --- drivers/tty/serial/8250/8250_core.c | 1 - drivers/tty/serial/8250/8250_early.c |