kernel/arch/arm/mach-orion5x/common.h
.. .. @@ -75,6 +75,12 @@ 75 75 static inline void mss2_init(void) {} 76 76 #endif 77 77 78 +#ifdef CONFIG_MACH_D2NET_DT79 +void d2net_init(void);80 +#else81 +static inline void d2net_init(void) {}82 +#endif83 +78 84 /***************************************************************************** 79 85 * Helpers to access Orion registers 80 86 ****************************************************************************/