[PATCH v2 6/7] ACPI: bus: implement acpi_device_hid when !ACPI

Ricardo Ribalda posted 7 patches 1 year, 2 months ago
There is a newer version of this series
[PATCH v2 6/7] ACPI: bus: implement acpi_device_hid when !ACPI
Posted by Ricardo Ribalda 1 year, 2 months ago
Provide an implementation of acpi_device_hid that can be used when
CONFIG_ACPI is not set.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 include/acpi/acpi_bus.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 57298c7cfb5d..cb1b38245f15 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -1003,6 +1003,8 @@ static inline int unregister_acpi_bus_type(void *bus) { return 0; }
 
 static inline int acpi_wait_for_acpi_ipmi(void) { return 0; }
 
+#define acpi_device_hid(device) ""
+
 #define acpi_get_physical_device_location(handle, pld) (AE_ERROR)
 
 #define for_each_acpi_consumer_dev(supplier, consumer)			\

-- 
2.47.0.371.ga323438b13-goog