[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432614528-13605-1-git-send-email-yamada.masahiro@socionext.com>
Date: Tue, 26 May 2015 13:28:48 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-serial@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...ionext.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists