diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index ba4a61e964be..d93628c65661 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -191,6 +191,8 @@ bool acpi_osi_is_win8(void); | |||
191 | /*-------------------------------------------------------------------------- | 191 | /*-------------------------------------------------------------------------- |
192 | Device properties | 192 | Device properties |
193 | -------------------------------------------------------------------------- */ | 193 | -------------------------------------------------------------------------- */ |
194 | #define ACPI_DT_NAMESPACE_HID "PRP0001" | ||
195 | |||
194 | void acpi_init_properties(struct acpi_device *adev); | 196 | void acpi_init_properties(struct acpi_device *adev); |
195 | void acpi_free_properties(struct acpi_device *adev); | 197 | void acpi_free_properties(struct acpi_device *adev); |
196 | 198 | ||