diff options
author | Bob Moore <robert.moore@intel.com> | 2011-11-28 10:18:24 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 03:36:33 -0500 |
commit | 240c320c59aba93605bff761ceb698df3ee90761 (patch) | |
tree | c98c744c4f584d990f725b1526b94bc3a2102090 | |
parent | 5dc46c3f13b2f538402a09083bdf67d47836fd81 (diff) | |
download | op-kernel-dev-240c320c59aba93605bff761ceb698df3ee90761.zip op-kernel-dev-240c320c59aba93605bff761ceb698df3ee90761.tar.gz |
ACPICA: Update to version 20111123
This version contains full support for the ACPI 5.0 specification.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | include/acpi/acpixf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 5d8df1d..30f5bef 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h @@ -47,7 +47,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20110623 +#define ACPI_CA_VERSION 0x20111123 #include "actypes.h" #include "actbl.h" |