[MIPS] BCM47xx: Fix build error due to missing PCI functions
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Sep 2008 14:06:16 +0000 (16:06 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Sep 2008 14:45:36 +0000 (15:45 +0100)
commit2dc42b47a7886bdc87514990c68ecdf8de61e653
tree91ef1472c68447448c57735cc036d22713b5a8ac
parentf4d15f1c877644a604f8c8c3d094c13f9f8bdcf2
[MIPS] BCM47xx: Fix build error due to missing PCI functions

This patch defines pcibios_map_irq() and pcibios_plat_dev_init() for
the BCM47xx platform.

It fixes the regression introduced by commit
aab547ce0d1493d400b6468c521a0137cd8c1edf.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/Makefile
arch/mips/pci/pci-bcm47xx.c [new file with mode: 0644]