Skip to content

Commit

Permalink
ACPI: suppress compiler warning in container.c
Browse files Browse the repository at this point in the history
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Andy Shevchenko authored and Rafael J. Wysocki committed Mar 24, 2013
1 parent efd941f commit 2f9b06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/acpi/container.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>

#include "internal.h"

#define PREFIX "ACPI: "

#define _COMPONENT ACPI_CONTAINER_COMPONENT
Expand Down

0 comments on commit 2f9b06f

Please sign in to comment.