diff options
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | 2012-04-18 17:16:41 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-05-14 23:12:27 -0400 |
commit | c06cd9bfcad4960023bac1f052da748824e24961 (patch) | |
tree | b2c01a3e2452f983324edb09e7fcf1bb65bb97b7 /arch/arm/mach-kirkwood/common.h | |
parent | ff3e660b5a881b401b2b6735aa5334f433237dcb (diff) |
kirkwood: Add iconnect support
Add support for Iomega Iconnect system.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Tested-By: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/common.h')
-rw-r--r-- | arch/arm/mach-kirkwood/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h index 6195a3770800..5f0365c74b06 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h | |||
@@ -64,6 +64,12 @@ void dnskw_init(void); | |||
64 | static inline void dnskw_init(void) {}; | 64 | static inline void dnskw_init(void) {}; |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #ifdef CONFIG_MACH_ICONNECT_DT | ||
68 | void iconnect_init(void); | ||
69 | #else | ||
70 | static inline void iconnect_init(void) {}; | ||
71 | #endif | ||
72 | |||
67 | /* early init functions not converted to fdt yet */ | 73 | /* early init functions not converted to fdt yet */ |
68 | char *kirkwood_id(void); | 74 | char *kirkwood_id(void); |
69 | void kirkwood_l2_init(void); | 75 | void kirkwood_l2_init(void); |