From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk Subject: [2.6 patch] drivers/serial/8250_acpi.c: fix a warning Date: Fri, 15 Apr 2005 17:10:53 +0200 Message-ID: <20050415151053.GM5456@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailout.stusta.mhn.de ([141.84.69.5]:35346 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261842AbVDOPKy (ORCPT ); Fri, 15 Apr 2005 11:10:54 -0400 Content-Disposition: inline Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Andrew Morton Cc: Bjorn Helgaas , rmk+serial@arm.linux.org.uk, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org This patch fixes the following warning: <-- snip --> ... CC drivers/serial/8250_acpi.o drivers/serial/8250_acpi.c: In function `acpi_serial_ext_irq': drivers/serial/8250_acpi.c:51: warning: implicit declaration of function `acpi_register_gsi' ... <-- snip --> This patch was already ACK'ed by Bjorn Helgaas. Signed-off-by: Adrian Bunk --- This patch was already sent on: - 5 Apr 2005 --- linux-2.6.12-rc2-mm1-full/drivers/serial/8250_acpi.c.old 2005-04-05 15:58:59.000000000 +0200 +++ linux-2.6.12-rc2-mm1-full/drivers/serial/8250_acpi.c 2005-04-05 16:01:47.000000000 +0200 @@ -9,6 +9,7 @@ * (at your option) any later version. */ +#include #include #include #include