提交 7f3ccb5a 编写于 作者: K Krzysztof Hałasa

IXP4xx: PCI ixp4xx_scan_bus() is __devinit.

Signed-off-by: NKrzysztof Hałasa <khc@pm.waw.pl>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册