Clean up the prom code / board detection (thanks Gabor), fix some warnings
[openwrt.git] / target / linux / rb532 / files / arch / mips / pci / pci-rc32434.c
index fbc8268..9ae596c 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);