From c1aaae673f68448253905bd9af6c6f9d31a7769a Mon Sep 17 00:00:00 2001 From: Tomasz Nowicki Date: Thu, 20 Feb 2014 14:27:46 +0100 Subject: [PATCH] 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 Signed-off-by: Rafael J. Wysocki --- Reading git-format-patch failed