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>
Cette révision appartient à :
Paul Mundt
2007-07-20 13:22:47 +09:00
Parent 0c99adb0a6
révision bd5f0d1c25
4 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

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