1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Clean up the prom code / board detection (thanks Gabor), fix some warnings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9136 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-10-05 11:39:32 +00:00
parent 36c22a7720
commit 3014c2fffa
5 changed files with 48 additions and 26 deletions

View 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);