]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / PCI: Do not call ISA-specific code if ISA is not supported
authorTomasz Nowicki <tomasz.nowicki@linaro.org>
Thu, 20 Feb 2014 13:27:46 +0000 (14:27 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 20 Feb 2014 20:37:42 +0000 (21:37 +0100)
commit97be148987c9c4a99e04afe2aec4d472362dd408
tree604a2ec76184ddbf7f9021698bd21136b11603a3
parent2a72644482506dfebf0ee6612cd5e6801159d16a
ACPI / PCI: Do not call ISA-specific code if ISA is not supported

This commit moves ISA-specific code to separate function and makes that
function depend on CONFIG_{E}ISA so that we do not have to maintain
acpi_isa_irq_to_gsi() function for architectures which do not support ISA.

Signed-off-by: Tomasz Nowicki <tomasz.nowicki@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_irq.c