From b88e7b3cc022241d6582733b0c389d3d1887335f Mon Sep 17 00:00:00 2001 From: Dirk Eibach Date: Thu, 13 Oct 2011 23:23:12 +0000 Subject: hwmon: Provide dtt_init() Our boards rely on dtt for initialization of fan hardware. dtt_init() was implemented to be called form board specific code. Signed-off-by: Dirk Eibach Acked-by: Heiko Schocher Tested-by: Heiko Schocher --- include/dtt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dtt.h') diff --git a/include/dtt.h b/include/dtt.h index 9e6c08c5c8..6d5534de41 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -52,6 +52,7 @@ #endif #endif /* CONFIG_DTT_ADM1021 */ +extern void dtt_init(void); extern int dtt_init_one(int); extern int dtt_read(int sensor, int reg); extern int dtt_write(int sensor, int reg, int val); -- cgit v1.2.1