ACPI,PCI,IRQ: reduce static IRQ array size to 16
authorSinan Kaya <okaya@codeaurora.org>
Sun, 17 Apr 2016 17:36:54 +0000 (13:36 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 4 May 2016 23:10:31 +0000 (01:10 +0200)
commit5c5087a5539083305f1199f09ac2e7f14d855ff3
treeb74b7487e6c204c1c13c478a89f73fe97465bd8e
parent103544d86976338057d6a91f721b49d3acc7df7f
ACPI,PCI,IRQ: reduce static IRQ array size to 16

Now that the supported number of PCI IRQs are no longer capped
with 256, renaming the static array to support ISA IRQs only
and removing the MAX_IRQS constant.

Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_link.c