Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751309AbbEZE3v (ORCPT ); Tue, 26 May 2015 00:29:51 -0400 Received: from [202.248.44.37] ([202.248.44.37]:45371 "EHLO conuserg011-v.nifty.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751142AbbEZE3t (ORCPT ); Tue, 26 May 2015 00:29:49 -0400 X-Nifty-SrcIP: [111.237.132.184] From: Masahiro Yamada To: linux-serial@vger.kernel.org Cc: Masahiro Yamada , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: [PATCH] serial: 8250: include from serial_8250.h Date: Tue, 26 May 2015 13:28:48 +0900 Message-Id: <1432614528-13605-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 30 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 . Signed-off-by: Masahiro Yamada --- 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 +#include #include /* -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/