summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/common.h
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2012-07-17 07:25:55 +0200
committerAndrew Lunn <andrew@lunn.ch>2012-07-27 16:49:10 +0200
commit4aff38a3db1f63494812834f1fbbdb1f00579c66 (patch)
tree05b34f783f378d6e9d7c0a9ab0dfccdce6992a0b /arch/arm/mach-kirkwood/common.h
parent5136b2aa622844fcff9fecf1f2c57670b890227f (diff)
downloadblackbird-op-linux-4aff38a3db1f63494812834f1fbbdb1f00579c66.tar.gz
blackbird-op-linux-4aff38a3db1f63494812834f1fbbdb1f00579c66.zip
ARM: kirkwood: Add LS-XHL and LS-CHLv2 support
Add support for Buffalo Linkstation LS-XHL and LS-CHLv2 using the device tree where possible. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-kirkwood/common.h')
-rw-r--r--arch/arm/mach-kirkwood/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h
index 2fd03adbd711..304dd1abfdca 100644
--- a/arch/arm/mach-kirkwood/common.h
+++ b/arch/arm/mach-kirkwood/common.h
@@ -88,6 +88,12 @@ void goflexnet_init(void);
static inline void goflexnet_init(void) {};
#endif
+#ifdef CONFIG_MACH_LSXL_DT
+void lsxl_init(void);
+#else
+static inline void lsxl_init(void) {};
+#endif
+
/* early init functions not converted to fdt yet */
char *kirkwood_id(void);
void kirkwood_l2_init(void);
OpenPOWER on IntegriCloud