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)
commitc1aaae673f68448253905bd9af6c6f9d31a7769a
tree604a2ec76184ddbf7f9021698bd21136b11603a3
parentb685f3b1744061aa9ad822548ba9c674de5be7c6
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
This page took 0.025524 seconds and 5 git commands to generate.