Commit 7f3ccb5a authored by Krzysztof Hałasa's avatar Krzysztof Hałasa

IXP4xx: PCI ixp4xx_scan_bus() is __devinit.

Signed-off-by: default avatarKrzysztof Hałasa <khc@pm.waw.pl>
parent de3ce856
......@@ -501,7 +501,7 @@ int ixp4xx_setup(int nr, struct pci_sys_data *sys)
return 1;
}
struct pci_bus *ixp4xx_scan_bus(int nr, struct pci_sys_data *sys)
struct pci_bus * __devinit ixp4xx_scan_bus(int nr, struct pci_sys_data *sys)
{
return pci_scan_bus(sys->busnr, &ixp4xx_ops, sys);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment