Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

IXP4xx: PCI ixp4xx_scan_bus() is __devinit.



Signed-off-by: default avatarKrzysztof Hałasa <khc@pm.waw.pl>
parent de3ce856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}