mpc83xx: fix device registration on the RB600

SVN-Revision: 19584
master
Gabor Juhos 15 years ago
parent 6960d7c8db
commit a99bc52758
  1. 2
      target/linux/mpc83xx/patches/001-rb600.patch

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

Loading…
Cancel
Save