]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-ks8695/pci.c
[ARM] 5297/1: [KS8695] Fix two compile-time warnings
[linux-2.6-omap-h63xx.git] / arch / arm / mach-ks8695 / pci.c
index 1746c67af1762f71ba42045088784fdc778cc68c..507933c8379c6e12204d72e2421fd9d6043d9426 100644 (file)
@@ -141,7 +141,7 @@ static struct pci_ops ks8695_pci_ops = {
        .write  = ks8695_pci_writeconfig,
 };
 
-static struct pci_bus *ks8695_pci_scan_bus(int nr, struct pci_sys_data *sys)
+static struct pci_bus* __init ks8695_pci_scan_bus(int nr, struct pci_sys_data *sys)
 {
        return pci_scan_bus(sys->busnr, &ks8695_pci_ops, sys);
 }