mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
ACPI: property: Silence missing-declarations warning in apple.c
Silence an annoying message emitted for W=1 builds: drivers/acpi/x86/apple.c:30:6: warning: no previous declaration for 'acpi_extract_apple_properties' [-Wmissing-declarations] Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Lukas Wunner <lukas@wunner.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
b90cb10531
commit
a1cf1fd62a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
#include <linux/bitmap.h>
|
#include <linux/bitmap.h>
|
||||||
#include <linux/platform_data/x86/apple.h>
|
#include <linux/platform_data/x86/apple.h>
|
||||||
#include <linux/uuid.h>
|
#include <linux/uuid.h>
|
||||||
|
#include "../internal.h"
|
||||||
|
|
||||||
/* Apple _DSM device properties GUID */
|
/* Apple _DSM device properties GUID */
|
||||||
static const guid_t apple_prp_guid =
|
static const guid_t apple_prp_guid =
|
||||||
|
|
Loading…
Reference in a new issue