Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62146
b: refs/heads/master
c: bd5f0d1
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jul 20, 2007
1 parent e523c43 commit 5a15b5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c99adb0a6dfe292842a8142b48e494d7731f5fe
refs/heads/master: bd5f0d1c256fdf286fab358a04e87476e3535075
2 changes: 1 addition & 1 deletion trunk/arch/sh/boards/mpc1211/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ char * __devinit pcibios_setup(char *str)
* are examined.
*/

void __init pcibios_fixup_bus(struct pci_bus *b)
void __devinit pcibios_fixup_bus(struct pci_bus *b)
{
pci_read_bridge_bases(b);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/pci/ops-sh4.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void __init pci_fixup_ide_bases(struct pci_dev *d)
}
DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pci_fixup_ide_bases);

char * __init pcibios_setup(char *str)
char * __devinit pcibios_setup(char *str)
{
if (!strcmp(str, "off")) {
pci_probe = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/pci/pci-st40.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ int __init st40pci_init(unsigned memStart, unsigned memSize)
return 1;
}

char * __init pcibios_setup(char *str)
char * __devinit pcibios_setup(char *str)
{
return str;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ subsys_initcall(pcibios_init);
* Called after each bus is probed, but before its children
* are examined.
*/
void __init pcibios_fixup_bus(struct pci_bus *bus)
void __devinit pcibios_fixup_bus(struct pci_bus *bus)
{
pci_read_bridge_bases(bus);
}
Expand Down

0 comments on commit 5a15b5e

Please sign in to comment.