kernel/arch/arm/mach-orion5x/board-dt.c
.. .. @@ -63,6 +63,9 @@ 63 63 if (of_machine_is_compatible("maxtor,shared-storage-2")) 64 64 mss2_init(); 65 65 66 + if (of_machine_is_compatible("lacie,d2-network"))67 + d2net_init();68 +66 69 of_platform_default_populate(NULL, orion5x_auxdata_lookup, NULL); 67 70 } 68 71