commit | 5923f986ac191a32640429d054b94af185ec73a8 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Nov 26 10:35:07 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Nov 27 13:44:58 2012 +0100 |
tree | fa91e44a6ea8e8b2838debefa15f96cd16e0fa34 | |
parent | 94d76d5de38d7502c3e78fcd6bf50da95e3e0361 [diff] |
ACPI / platform: include missed header into acpi_platform.c The internal.h declares the acpi_create_platform_device(). Without that include we get a following warning: drivers/acpi/acpi_platform.c:133:24: warning: symbol 'acpi_create_platform_device' was not declared. Should it be static? Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>