ARM: kirkwood: Add support for NETGEAR ReadyNAS Duo v2 using DT
[deliverable/linux.git] / arch / arm / mach-kirkwood / common.h
index 5ed70565c8435d2efd9e529bb0bab39bdb519727..7ee8670eb94425461ccbae400d00f6a99e1b8447 100644 (file)
@@ -141,6 +141,12 @@ void openblocks_a6_init(void);
 static inline void openblocks_a6_init(void) {};
 #endif
 
+#ifdef CONFIG_MACH_READYNAS_DT
+void netgear_readynas_init(void);
+#else
+static inline void netgear_readynas_init(void) {};
+#endif
+
 #ifdef CONFIG_MACH_TOPKICK_DT
 void usi_topkick_init(void);
 #else
This page took 0.029354 seconds and 5 git commands to generate.