Loading arch/mips/pci/pci.c +5 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,11 @@ EXPORT_SYMBOL(PCIBIOS_MIN_IO); EXPORT_SYMBOL(PCIBIOS_MIN_MEM); #endif char *pcibios_setup(char *str) char * (*pcibios_plat_setup)(char *str) __devinitdata; char *__devinit pcibios_setup(char *str) { if (pcibios_plat_setup) return pcibios_plat_setup(str); return str; } include/asm-mips/pci.h +2 −0 Original line number Diff line number Diff line Loading @@ -174,4 +174,6 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) extern int pci_probe_only; extern char * (*pcibios_plat_setup)(char *str); #endif /* _ASM_PCI_H */ Loading
arch/mips/pci/pci.c +5 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,11 @@ EXPORT_SYMBOL(PCIBIOS_MIN_IO); EXPORT_SYMBOL(PCIBIOS_MIN_MEM); #endif char *pcibios_setup(char *str) char * (*pcibios_plat_setup)(char *str) __devinitdata; char *__devinit pcibios_setup(char *str) { if (pcibios_plat_setup) return pcibios_plat_setup(str); return str; }
include/asm-mips/pci.h +2 −0 Original line number Diff line number Diff line Loading @@ -174,4 +174,6 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) extern int pci_probe_only; extern char * (*pcibios_plat_setup)(char *str); #endif /* _ASM_PCI_H */