1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 07:20:23 +03:00

mpc83xx: fix device registration on the RB600

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19584 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2010-02-11 13:31:44 +00:00
parent 4036e30fb0
commit 478a8c2173

View File

@ -704,7 +704,7 @@
+ +
+ return 0; + return 0;
+} +}
+device_initcall(rbppc_declare_of_platform_devices); +machine_device_initcall(rb600, rbppc_declare_of_platform_devices);
+ +
+define_machine(rb600) { +define_machine(rb600) {
+ .name = "MikroTik RouterBOARD 600 series", + .name = "MikroTik RouterBOARD 600 series",