diff options
author | Rafael J. Wysocki | 2017-11-13 01:36:58 +0100 |
---|---|---|
committer | Rafael J. Wysocki | 2017-11-13 01:36:58 +0100 |
commit | 60764eb379b371b8c7145f1a0914ee56d19e689f (patch) | |
tree | dfd3c6eefa87999f8710a94460f4a69ede19bcd8 /drivers/acpi/acpica/Makefile | |
parent | 1be9c3a0a03330c8e61db30d442b31522092c291 (diff) | |
parent | d954f94cfa4488f4281db2b698d90e1b03facb4d (diff) |
Merge branch 'acpica'
* acpica:
ACPICA: Update version to 20170831
ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_read
ACPICA: String conversions: Update to add new behaviors
ACPICA: String conversions: Cleanup/format comments. No functional changes
ACPICA: Restructure/cleanup all string-to-integer conversion functions
ACPICA: Header support for the PDTT ACPI table
ACPICA: acpiexec: Add testability of deferred table verification
ACPICA: Hardware: Enable 64-bit support of hardware accesses
Diffstat (limited to 'drivers/acpi/acpica/Makefile')
-rw-r--r-- | drivers/acpi/acpica/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile index e05232da0588..71f6f2624deb 100644 --- a/drivers/acpi/acpica/Makefile +++ b/drivers/acpi/acpica/Makefile @@ -178,6 +178,7 @@ acpi-y += \ utresrc.o \ utstate.o \ utstring.o \ + utstrsuppt.o \ utstrtoul64.o \ utxface.o \ utxfinit.o \ |