diff options
Diffstat (limited to 'arch/mips/pci/pci-bcm47xx.c')
| -rw-r--r-- | arch/mips/pci/pci-bcm47xx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-bcm47xx.c b/arch/mips/pci/pci-bcm47xx.c index c682468010c..76f16eaed0a 100644 --- a/arch/mips/pci/pci-bcm47xx.c +++ b/arch/mips/pci/pci-bcm47xx.c @@ -91,7 +91,7 @@ static int bcm47xx_pcibios_plat_dev_init_bcma(struct pci_dev *dev)  int pcibios_plat_dev_init(struct pci_dev *dev)  {  #ifdef CONFIG_BCM47XX_SSB -	if (bcm47xx_bus_type ==  BCM47XX_BUS_TYPE_SSB) +	if (bcm47xx_bus_type ==	 BCM47XX_BUS_TYPE_SSB)  		return bcm47xx_pcibios_plat_dev_init_ssb(dev);  	else  #endif  |