diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/common.h')
-rw-r--r-- | arch/arm/mach-kirkwood/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h index 21da3b1ebd7b..974442eca0c8 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h | |||
@@ -65,6 +65,11 @@ void guruplug_dt_init(void); | |||
65 | #else | 65 | #else |
66 | static inline void guruplug_dt_init(void) {}; | 66 | static inline void guruplug_dt_init(void) {}; |
67 | #endif | 67 | #endif |
68 | #ifdef CONFIG_MACH_SHEEVAPLUG_DT | ||
69 | void sheevaplug_dt_init(void); | ||
70 | #else | ||
71 | static inline void sheevaplug_dt_init(void) {}; | ||
72 | #endif | ||
68 | #ifdef CONFIG_MACH_TS219_DT | 73 | #ifdef CONFIG_MACH_TS219_DT |
69 | void qnap_dt_ts219_init(void); | 74 | void qnap_dt_ts219_init(void); |
70 | #else | 75 | #else |