sh: Fix up PCI section mismatch warnings.

Flag pcibios_setup() and pcibios_fixup_bus() as __devinit.
Follows the sh64 change.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-07-20 13:22:47 +09:00
parent 0c99adb0a6
commit bd5f0d1c25
4 changed files with 4 additions and 4 deletions

View File

@@ -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;
}