diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-08-30 18:23:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-01 15:59:36 +0200 |
commit | 18417b01c1e436d816b33e53b765764c3f196ee0 (patch) | |
tree | ce0d2b6644e5f3457833908ad32e8534ff8c2752 | |
parent | cac8f7194111bc841b609fee5f1b20dad8f86ded (diff) | |
download | linux-stable-18417b01c1e436d816b33e53b765764c3f196ee0.tar.gz linux-stable-18417b01c1e436d816b33e53b765764c3f196ee0.tar.bz2 linux-stable-18417b01c1e436d816b33e53b765764c3f196ee0.zip |
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>
-rw-r--r-- | drivers/tty/serial/8250/8250_men_mcb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_men_mcb.c b/drivers/tty/serial/8250/8250_men_mcb.c index 737c4c31e8a0..f46ca13ff4aa 100644 --- a/drivers/tty/serial/8250/8250_men_mcb.c +++ b/drivers/tty/serial/8250/8250_men_mcb.c @@ -7,7 +7,6 @@ #include <linux/serial.h> #include <linux/serial_core.h> #include <linux/serial_8250.h> -#include <uapi/linux/serial_core.h> #define MEN_UART_ID_Z025 0x19 #define MEN_UART_ID_Z057 0x39 |