diff options
author | Bob Moore <robert.moore@intel.com> | 2012-03-21 04:02:24 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-03-30 07:45:14 +0200 |
commit | 5aa3c16c6b196857ea24ec1c589e3db3c4c64c96 (patch) | |
tree | 6b44585c3b4c528c195c06088bf72bb2a193c516 /include | |
parent | ACPICA: Object repair code: Support to add Package wrappers (diff) | |
download | linux-5aa3c16c6b196857ea24ec1c589e3db3c4c64c96.tar.xz linux-5aa3c16c6b196857ea24ec1c589e3db3c4c64c96.zip |
ACPICA: Update to version 20120320
Version 20120320.
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>
Diffstat (limited to 'include')
-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 488c986ebe44..982110134672 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 0x20120215 +#define ACPI_CA_VERSION 0x20120320 #include "acconfig.h" #include "actypes.h" |