25 #include <linux/types.h>
26 #include <linux/pci.h>
36 #ifdef CONFIG_BCM47XX_SSB
37 static int bcm47xx_pcibios_plat_dev_init_ssb(
struct pci_dev *
dev)
65 #ifdef CONFIG_BCM47XX_BCMA
66 static int bcm47xx_pcibios_plat_dev_init_bcma(
struct pci_dev *dev)
93 #ifdef CONFIG_BCM47XX_SSB
95 return bcm47xx_pcibios_plat_dev_init_ssb(dev);
98 #ifdef CONFIG_BCM47XX_BCMA
100 return bcm47xx_pcibios_plat_dev_init_bcma(dev);