From: Andy Shevchenko Date: Mon, 11 Mar 2013 09:17:07 +0000 (+0000) Subject: ACPI: suppress compiler warning in container.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f9b06fc95486e396dd533670dcb25de5e2612ea;p=linux-beck.git ACPI: suppress compiler warning in container.c This patch fixes following compiler warning when build via make W=1: drivers/acpi/container.c:183:116: warning: no previous prototype for ‘acpi_container_init’ [-Wmissing-prototypes] Signed-off-by: Andy Shevchenko Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/container.c b/drivers/acpi/container.c index 5523ba7d764d..6624c0139d9d 100644 --- a/drivers/acpi/container.c +++ b/drivers/acpi/container.c @@ -35,6 +35,8 @@ #include #include +#include "internal.h" + #define PREFIX "ACPI: " #define _COMPONENT ACPI_CONTAINER_COMPONENT