diff options
author | Simon Baatz <gmbnomis@gmail.com> | 2013-05-13 17:19:01 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-14 20:33:18 -0400 |
commit | 193da78bec1b510ab0a743348a7e9a2c24766268 (patch) | |
tree | d055842ac8b7c9b369b807d9ff8bc174103c25bf /arch/arm/mach-kirkwood/common.h | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
ARM: Kirkwood: add DT support for Sheevaplug and Sheevaplug eSATA
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
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 | 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 |