diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-26 07:28:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-31 10:21:38 +0300 |
commit | 34d2e4584ae594eff29d1595d47d7d044e57f834 (patch) | |
tree | 495821b790e00004436e5a3eadf25923857e58f0 /include/linux/serial_8250.h | |
parent | a5edce42184844239bc209c727435654cd0b5f2d (diff) | |
download | linux-34d2e4584ae594eff29d1595d47d7d044e57f834.tar.xz |
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>
Diffstat (limited to 'include/linux/serial_8250.h')
-rw-r--r-- | include/linux/serial_8250.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index f0c68d88b6f4..ba82c07feb95 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h @@ -12,6 +12,7 @@ #define _LINUX_SERIAL_8250_H #include <linux/serial_core.h> +#include <linux/serial_reg.h> #include <linux/platform_device.h> /* |