diff options
author | Bob Moore <robert.moore@intel.com> | 2012-01-12 13:29:41 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 03:38:52 -0500 |
commit | 5d1f86572685d577b76142b7c61453000e1a5e26 (patch) | |
tree | f853c80a3c22cb8628b972e3b00055f987857389 /include/acpi | |
parent | 77848130e53b06c22fe37a7b6acbb82bb3e9bfba (diff) | |
download | blackbird-op-linux-5d1f86572685d577b76142b7c61453000e1a5e26.tar.gz blackbird-op-linux-5d1f86572685d577b76142b7c61453000e1a5e26.zip |
ACPICA: Update to version 20120111
Version 20120111.
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/acpi')
-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 a4cfded67c08..dceeaf51d706 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 0x20111123 +#define ACPI_CA_VERSION 0x20120111 #include "actypes.h" #include "actbl.h" |