diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2009-03-17 14:39:30 +0100 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2009-03-17 15:01:53 +0100 |
commit | 7f3ccb5a22c945916390a9bd7101d0f553fa0fbd (patch) | |
tree | 38cf69ed11d43235854aa5c395832a6ee82d40f1 /arch/arm | |
parent | de3ce856d67b770f7d546e3f3e6a3972deb319a8 (diff) | |
download | linux-3.10-7f3ccb5a22c945916390a9bd7101d0f553fa0fbd.tar.gz linux-3.10-7f3ccb5a22c945916390a9bd7101d0f553fa0fbd.tar.bz2 linux-3.10-7f3ccb5a22c945916390a9bd7101d0f553fa0fbd.zip |
IXP4xx: PCI ixp4xx_scan_bus() is __devinit.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-ixp4xx/common-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/common-pci.c b/arch/arm/mach-ixp4xx/common-pci.c index 2d0f09e9819..70afcfe5b88 100644 --- a/arch/arm/mach-ixp4xx/common-pci.c +++ b/arch/arm/mach-ixp4xx/common-pci.c @@ -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); } |