diff options
author | Bob Moore <robert.moore@intel.com> | 2011-07-04 08:38:51 +0000 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-07-13 23:51:51 -0400 |
commit | 3eb208f0a36cf7a86953afa7a4eb6776294e6768 (patch) | |
tree | 5d589ede028716a710da7b4fde96f2d71a6c11af /include/acpi | |
parent | 8f9c91273e36e5762c617c23e4fd48d5172e0dac (diff) | |
download | op-kernel-dev-3eb208f0a36cf7a86953afa7a4eb6776294e6768.zip op-kernel-dev-3eb208f0a36cf7a86953afa7a4eb6776294e6768.tar.gz |
ACPICA: Update to version 20110623
Version 20110623.
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 d42d7ce..f554a93 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 0x20110527 +#define ACPI_CA_VERSION 0x20110623 #include "actypes.h" #include "actbl.h" |