xen/pci: Use acpi_noirq_set() helper to avoid #ifdef
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 10 Nov 2017 18:08:19 +0000 (20:08 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 19 Dec 2017 05:09:08 +0000 (23:09 -0600)
commit88e9ca161c1363395cbebf39c49307b4eabad9f0
treef83a74ea0a11f0fe4f4b93359b3928c9ba032d5a
parent1291a0d5049dbc06baaaf66a9ff3f53db493b19b
xen/pci: Use acpi_noirq_set() helper to avoid #ifdef

No need to keep an #ifdef since we have a helper (in x86 world).  Use it
instead.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/xen.c