commit | f27446c3ad5b6d3b5b28ec0176e23d3ceca595d8 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Thu Sep 19 23:34:26 2013 -0500 |
committer | Grant Likely <grant.likely@linaro.org> | Thu Oct 24 11:50:37 2013 +0100 |
tree | 3dcd528f69ad37178d7536cceb4e40d875ad9e21 | |
parent | 16b84e5a505c790538e534ad8dfda9c288691e40 [diff] |
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>