Loading arch/sparc/kernel/pcic.c +2 −2 Original line number Diff line number Diff line Loading @@ -601,7 +601,7 @@ pcic_fill_irq(struct linux_pcic *pcic, struct pci_dev *dev, int node) /* * Normally called from {do_}pci_scan_bus... */ void __init pcibios_fixup_bus(struct pci_bus *bus) void __devinit pcibios_fixup_bus(struct pci_bus *bus) { struct pci_dev *dev; int i, has_io, has_mem; Loading Loading @@ -842,7 +842,7 @@ static void watchdog_reset() { /* * Other archs parse arguments here. */ char * __init pcibios_setup(char *str) char * __devinit pcibios_setup(char *str) { return str; } Loading arch/sparc64/kernel/pci.c +2 −2 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ static int __init pcibios_init(void) subsys_initcall(pcibios_init); void pcibios_fixup_bus(struct pci_bus *pbus) void __devinit pcibios_fixup_bus(struct pci_bus *pbus) { struct pci_pbm_info *pbm = pbus->sysdata; Loading Loading @@ -405,7 +405,7 @@ void pcibios_bus_to_resource(struct pci_dev *pdev, struct resource *res, } EXPORT_SYMBOL(pcibios_bus_to_resource); char * __init pcibios_setup(char *str) char * __devinit pcibios_setup(char *str) { return str; } Loading Loading
arch/sparc/kernel/pcic.c +2 −2 Original line number Diff line number Diff line Loading @@ -601,7 +601,7 @@ pcic_fill_irq(struct linux_pcic *pcic, struct pci_dev *dev, int node) /* * Normally called from {do_}pci_scan_bus... */ void __init pcibios_fixup_bus(struct pci_bus *bus) void __devinit pcibios_fixup_bus(struct pci_bus *bus) { struct pci_dev *dev; int i, has_io, has_mem; Loading Loading @@ -842,7 +842,7 @@ static void watchdog_reset() { /* * Other archs parse arguments here. */ char * __init pcibios_setup(char *str) char * __devinit pcibios_setup(char *str) { return str; } Loading
arch/sparc64/kernel/pci.c +2 −2 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ static int __init pcibios_init(void) subsys_initcall(pcibios_init); void pcibios_fixup_bus(struct pci_bus *pbus) void __devinit pcibios_fixup_bus(struct pci_bus *pbus) { struct pci_pbm_info *pbm = pbus->sysdata; Loading Loading @@ -405,7 +405,7 @@ void pcibios_bus_to_resource(struct pci_dev *pdev, struct resource *res, } EXPORT_SYMBOL(pcibios_bus_to_resource); char * __init pcibios_setup(char *str) char * __devinit pcibios_setup(char *str) { return str; } Loading