diff options
author | Lv Zheng | 2015-12-29 13:52:32 +0800 |
---|---|---|
committer | Rafael J. Wysocki | 2016-01-01 03:26:44 +0100 |
commit | 5431b6543fb45f6c61dbb1394c918f3bc5acefae (patch) | |
tree | f650faee3089b7860f203f96ea3cc61b1a19c49d /include/acpi | |
parent | b17629dbf72d0718e88190d7f0a1d54be044799c (diff) |
ACPICA: Linuxize: reduce divergences for 20151218 release
The patch reduces source code differences between the Linux kernel and the
ACPICA upstream so that the linuxized ACPICA 20151218 release can be
applied with reduced human intervention.
The pscode.c has already been out of sync for months, and it becomes more
and more difficult to merge pscode.c changes, so instead of update the
affected lines of pscode.c, this patch synchronizes entire pscode.c file.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/platform/aclinuxex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinuxex.h b/include/acpi/platform/aclinuxex.h index ceea026b2c0b..f903fe64259a 100644 --- a/include/acpi/platform/aclinuxex.h +++ b/include/acpi/platform/aclinuxex.h @@ -136,6 +136,7 @@ static inline acpi_status acpi_os_initialize_command_signals(void) static inline void acpi_os_terminate_command_signals(void) { + return; } /* |