diff options
author | Lv Zheng <lv.zheng@intel.com> | 2015-04-13 11:48:12 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-04-14 14:51:50 +0200 |
commit | 18ae90214d385e9b992ead6653e6976b42097978 (patch) | |
tree | 1b111af5f63635524dec1f7c049747d1eb95fb49 /drivers/acpi/acpica/rsdump.c | |
parent | 39a8804455fb23f09157341d3ba7db6d7ae6ee76 (diff) | |
download | op-kernel-dev-18ae90214d385e9b992ead6653e6976b42097978.zip op-kernel-dev-18ae90214d385e9b992ead6653e6976b42097978.tar.gz |
ACPICA: Linuxize: Reduce divergences for 20150410 release.
This patch reduces source code differences between the Linux kernel and the
ACPICA upstream so that the linuxized ACPICA 20150410 release can be
applied with reduced human intervention.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/rsdump.c')
-rw-r--r-- | drivers/acpi/acpica/rsdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/rsdump.c b/drivers/acpi/acpica/rsdump.c index 1539394..8d4f262 100644 --- a/drivers/acpi/acpica/rsdump.c +++ b/drivers/acpi/acpica/rsdump.c @@ -438,7 +438,7 @@ void acpi_rs_dump_resource_list(struct acpi_resource *resource_list) * ******************************************************************************/ -void acpi_rs_dump_irq_list(u8 * route_table) +void acpi_rs_dump_irq_list(u8 *route_table) { struct acpi_pci_routing_table *prt_element; u8 count; |