lkml.org 
[lkml]   [2015]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] serial: 8250: include <linux/serial_reg.h> from serial_8250.h
Date
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


\
 
 \ /
  Last update: 2015-05-26 07:21    [W:0.038 / U:1.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site