microblaze/pci: Drop PowerPC-ism from irq parsing
authorGrant Likely <grant.likely@linaro.org>
Fri, 20 Sep 2013 04:34:26 +0000 (23:34 -0500)
committerGrant Likely <grant.likely@linaro.org>
Thu, 24 Oct 2013 10:50:37 +0000 (11:50 +0100)
commitf27446c3ad5b6d3b5b28ec0176e23d3ceca595d8
tree3dcd528f69ad37178d7536cceb4e40d875ad9e21
parent16b84e5a505c790538e534ad8dfda9c288691e40
microblaze/pci: Drop PowerPC-ism from irq parsing

The Microblaze PCI code copied the PowerPC irq handling, but powerpc
needs to handle broken device trees that are not present on Microblaze.
This patch removes the powerpc special case and replaces it with a
direct of_irq_parse_and_map_pci() call.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/pci.h
arch/microblaze/pci/pci-common.c