serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Aug 2022 15:23:13 +0000 (18:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 13:59:36 +0000 (15:59 +0200)
commit18417b01c1e436d816b33e53b765764c3f196ee0
treece0d2b6644e5f3457833908ad32e8534ff8c2752
parentcac8f7194111bc841b609fee5f1b20dad8f86ded
serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion

The UAPI serial_core.h is guaranteed to be included by in-kernel
one (with the same name). Individual drivers do not need to include
it explicitly. Remove it from the driver.

Note, it's a single driver in the entire kernel that does this.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220830152313.14650-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_men_mcb.c