aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/common.h
diff options
context:
space:
mode:
authorSimon Baatz <gmbnomis@gmail.com>2013-05-13 17:19:01 -0400
committerJason Cooper <jason@lakedaemon.net>2013-05-14 20:33:18 -0400
commit193da78bec1b510ab0a743348a7e9a2c24766268 (patch)
treed055842ac8b7c9b369b807d9ff8bc174103c25bf /arch/arm/mach-kirkwood/common.h
parentf722406faae2d073cc1d01063d1123c35425939e (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.h5
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
66static inline void guruplug_dt_init(void) {}; 66static inline void guruplug_dt_init(void) {};
67#endif 67#endif
68#ifdef CONFIG_MACH_SHEEVAPLUG_DT
69void sheevaplug_dt_init(void);
70#else
71static inline void sheevaplug_dt_init(void) {};
72#endif
68#ifdef CONFIG_MACH_TS219_DT 73#ifdef CONFIG_MACH_TS219_DT
69void qnap_dt_ts219_init(void); 74void qnap_dt_ts219_init(void);
70#else 75#else