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

serial: 8250: include <linux/serial_reg.h> from serial_8250.h

The header file, include/linux/serial_8250.h, contains references to
UART_LSR_BRK_ERROR_BITS and UART_MSR_ANY_DELTA that are defined in
<linux/serial_reg.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masahiro Yamada and committed by
Greg Kroah-Hartman
34d2e458 a5edce42

+1
+1
include/linux/serial_8250.h
··· 12 12 #define _LINUX_SERIAL_8250_H 13 13 14 14 #include <linux/serial_core.h> 15 + #include <linux/serial_reg.h> 15 16 #include <linux/platform_device.h> 16 17 17 18 /*