]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ab3bfef5f13a23ea8eb01f0563ef873f58efffd
tree3dcd528f69ad37178d7536cceb4e40d875ad9e21
parent3a87067d6872dbe32d979806b148c2c71bccc212
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