Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
18417b01 cac8f719

-1
-1
drivers/tty/serial/8250/8250_men_mcb.c
··· 7 7 #include <linux/serial.h> 8 8 #include <linux/serial_core.h> 9 9 #include <linux/serial_8250.h> 10 - #include <uapi/linux/serial_core.h> 11 10 12 11 #define MEN_UART_ID_Z025 0x19 13 12 #define MEN_UART_ID_Z057 0x39