diff options
author | Bob Moore <robert.moore@intel.com> | 2012-07-16 10:36:33 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-07-17 00:05:51 -0400 |
commit | 819f1a64beb6c962218bd348a6f19aff718cde6c (patch) | |
tree | 0587342956b8515946b729d02aee8c61e301fa2e /include/acpi | |
parent | ba494beeaa69bc0fb01eb89464ad5d57d26e3901 (diff) | |
download | linux-3.10-819f1a64beb6c962218bd348a6f19aff718cde6c.tar.gz linux-3.10-819f1a64beb6c962218bd348a6f19aff718cde6c.tar.bz2 linux-3.10-819f1a64beb6c962218bd348a6f19aff718cde6c.zip |
ACPICA: Update to version 20120711
Version 20120711.
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 9877432dadc..2c744c7a5b3 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 0x20120620 +#define ACPI_CA_VERSION 0x20120711 #include "acconfig.h" #include "actypes.h" |