diff options
author | Bob Moore <robert.moore@intel.com> | 2012-05-03 10:50:54 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-06-01 11:51:51 -0400 |
commit | 9fd7522570449bd10f6a6377cf5cb542ef527dd5 (patch) | |
tree | ab00a83c25b5b0a4a04aff537ca1772e29dd31f8 /include/acpi | |
parent | 86ed4bc83abf530cf2019044b74f89a39dfd6425 (diff) | |
download | linux-3.10-9fd7522570449bd10f6a6377cf5cb542ef527dd5.tar.gz linux-3.10-9fd7522570449bd10f6a6377cf5cb542ef527dd5.tar.bz2 linux-3.10-9fd7522570449bd10f6a6377cf5cb542ef527dd5.zip |
ACPICA: Update to version 20120420
Version 20120420.
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 98211013467..a323a7cc122 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 0x20120320 +#define ACPI_CA_VERSION 0x20120420 #include "acconfig.h" #include "actypes.h" |