diff options
| author | Bob Moore <[email protected]> | 2014-09-02 00:27:40 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2014-09-02 23:17:42 +0000 |
| commit | 48c1947c53163afaadb3f140f46f5d968d405f5c (patch) | |
| tree | f68f681324f7c395e1cf24b5608ae1dfc8802009 | |
| parent | ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags. (diff) | |
| download | kernel-48c1947c53163afaadb3f140f46f5d968d405f5c.tar.gz kernel-48c1947c53163afaadb3f140f46f5d968d405f5c.zip | |
ACPICA: Update version to 20140828.
Version 20140828.
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
| -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 b7c89d47efbe..dc9d037d3055 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h @@ -46,7 +46,7 @@ /* Current ACPICA subsystem version in YYYYMMDD format */ -#define ACPI_CA_VERSION 0x20140724 +#define ACPI_CA_VERSION 0x20140828 #include <acpi/acconfig.h> #include <acpi/actypes.h> |
