Ben Dooks 90f6af8160 ACPI: scan: fix undeclared variable warnings by including sleep.h
There are two pieces of data being exported from drivers/acpi/scan.c
(acpi_device_lock and acpi_wakeup_device_list) that don't have their
definitions declared in anything scan.c is including.

Fix the following sparse warnings by including sleep.h to add the
declarations of acpi_device_lock and acpi_wakeup_device_list to
fix the followng sparse warnings:

drivers/acpi/scan.c:42:1: warning: symbol 'acpi_device_lock' was not declared. Should it be static?
drivers/acpi/scan.c:43:1: warning: symbol 'acpi_wakeup_device_list' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2023-07-04 19:09:54 +02:00
..
2023-06-26 12:47:20 -07:00
2023-04-27 16:36:55 -07:00
2023-06-22 07:48:08 -06:00
2023-06-26 11:52:12 -07:00
2023-05-02 10:41:31 -07:00
2023-04-27 11:53:57 -07:00
2023-04-27 12:07:50 -07:00
2023-06-06 04:36:02 -07:00
2023-04-05 19:41:10 +02:00
2023-04-27 10:09:05 -07:00
2023-06-26 17:11:53 -07:00
2023-06-14 14:12:43 -03:00
2023-06-07 13:49:42 -07:00
2023-04-27 16:36:55 -07:00
2023-06-26 17:07:53 -07:00
2023-05-05 19:12:01 -07:00
2023-04-28 16:24:32 -07:00
2023-06-26 12:47:20 -07:00
2023-04-25 12:02:16 -07:00
2023-04-28 14:02:54 -07:00
2023-05-02 10:41:31 -07:00
2023-06-26 12:47:20 -07:00
2023-06-26 12:47:20 -07:00
2023-06-18 11:19:52 +01:00
2023-06-26 12:47:20 -07:00
2023-04-27 16:36:55 -07:00
2023-04-27 10:09:05 -07:00
2023-06-19 17:05:43 -07:00
2023-06-26 17:11:53 -07:00
2023-04-27 11:53:57 -07:00
2023-05-03 11:25:01 -07:00
2023-04-27 11:53:57 -07:00
2023-05-02 10:41:31 -07:00
2023-06-26 12:47:20 -07:00
2023-04-27 11:53:57 -07:00
2023-06-26 12:47:20 -07:00
2023-06-10 13:01:09 -07:00
2023-06-17 11:04:10 -07:00
2023-06-26 12:47:20 -07:00
2023-06-26 11:52:12 -07:00
2023-05-16 21:07:26 -04:00
2023-04-27 12:07:50 -07:00
2023-05-04 18:33:56 -07:00
2023-05-27 09:42:56 -07:00