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)
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>

No differences found