[ar71xx] enable yaffs on 2.6.29
[openwrt.git] / target / linux / ifxmips / files / arch / mips / pci / pci-ifxmips.c
index bd500bd..d492dad 100644 (file)
@@ -50,7 +50,7 @@ static struct pci_controller ifxmips_pci_controller =
 };
 
 u32 ifxmips_pci_mapped_cfg;
-u32 ifxmips_pci_external_clock = 0;
+int ifxmips_pci_external_clock = 0;
 
 static int __init
 ifxmips_pci_set_external_clk(char *str)
@@ -173,7 +173,7 @@ pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin){
        }
 }
 
-int
+int __init
 pcibios_init(void)
 {
        extern int pci_probe_only;
This page took 0.023732 seconds and 4 git commands to generate.