Clean up the prom code / board detection (thanks Gabor), fix some warnings
[openwrt/svn-archive/archive.git] / target / linux / rb532 / files / arch / mips / pci / pci-rc32434.c
index fbc82683286cba8892371df585ff431c1922bf56..9ae596c2234fb36579633e7d51d060defca248fe 100644 (file)
@@ -228,6 +228,8 @@ static int __init rc32434_pci_init(void)
 
        register_pci_controller(&rc32434_controller);
        rc32434_sync();
+
+       return 0;
 }
 
 arch_initcall(rc32434_pci_init);