diff options
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 7ee8670eb944..3147be2f34da 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h | |||
@@ -153,6 +153,12 @@ void usi_topkick_init(void); | |||
153 | static inline void usi_topkick_init(void) {}; | 153 | static inline void usi_topkick_init(void) {}; |
154 | #endif | 154 | #endif |
155 | 155 | ||
156 | #ifdef CONFIG_MACH_CLOUDBOX_DT | ||
157 | void cloudbox_init(void); | ||
158 | #else | ||
159 | static inline void cloudbox_init(void) {}; | ||
160 | #endif | ||
161 | |||
156 | /* early init functions not converted to fdt yet */ | 162 | /* early init functions not converted to fdt yet */ |
157 | char *kirkwood_id(void); | 163 | char *kirkwood_id(void); |
158 | void kirkwood_l2_init(void); | 164 | void kirkwood_l2_init(void); |