Skip to content

Commit a1cf1fd

Browse files
l1krafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Lukas Wunner <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent b90cb10 commit a1cf1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/x86/apple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <linux/bitmap.h>
99
#include <linux/platform_data/x86/apple.h>
1010
#include <linux/uuid.h>
11+
#include "../internal.h"
1112

1213
/* Apple _DSM device properties GUID */
1314
static const guid_t apple_prp_guid =

0 commit comments

Comments
 (0)