linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] serial: 8250: include <linux/serial_reg.h> from serial_8250.h
@ 2015-05-26  4:28 Masahiro Yamada
  2015-05-26 13:36 ` Peter Hurley
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2015-05-26  4:28 UTC (permalink / raw)
  To: linux-serial; +Cc: Masahiro Yamada, Greg Kroah-Hartman, linux-kernel

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>
---

 include/linux/serial_8250.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h
index 78097e7..89e44a7 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>
 
 /*
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] serial: 8250: include <linux/serial_reg.h> from serial_8250.h
  2015-05-26  4:28 [PATCH] serial: 8250: include <linux/serial_reg.h> from serial_8250.h Masahiro Yamada
@ 2015-05-26 13:36 ` Peter Hurley
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Hurley @ 2015-05-26 13:36 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-serial, Greg Kroah-Hartman, linux-kernel

On 05/26/2015 12:28 AM, Masahiro Yamada wrote:
> 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>.

Reviewed-by: Peter Hurley <peter@hurleysoftware.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-26 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26  4:28 [PATCH] serial: 8250: include <linux/serial_reg.h> from serial_8250.h Masahiro Yamada
2015-05-26 13:36 ` Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).