From: Andy Shevchenko Date: Mon, 11 Mar 2013 09:17:07 +0000 (+0000) Subject: ACPI: suppress compiler warning in container.c X-Git-Tag: v3.12-rc1~830^2~9^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f9b06fc95486e396dd533670dcb25de5e2612ea;p=kernel%2Fkernel-generic.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 5523ba7..6624c01 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