summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2009-08-23 12:59:53 +1000
committerWolfgang Denk <wd@denx.de>2009-09-04 21:54:52 +0200
commit8907b8dbc5805094f1316d64737d3428b3863693 (patch)
treeddd6288766bcaa4aa4bd9663cd9c4a9f6f351939 /drivers/hwmon
parenta92510e7fae523145b58765cdc46110f1162260d (diff)
downloadblackbird-obmc-uboot-8907b8dbc5805094f1316d64737d3428b3863693.tar.gz
blackbird-obmc-uboot-8907b8dbc5805094f1316d64737d3428b3863693.zip
Misc ds1722 fixups
This patch is based on a patch submitted by Jean-Christophe PLAGNIOL-VILLARD on 18th May 2008 as part of a general i386 / sc520 fixup which was never applied Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/ds1722.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/ds1722.c b/drivers/hwmon/ds1722.c
index 7e2f1ed4fb..a46cd4dfb5 100644
--- a/drivers/hwmon/ds1722.c
+++ b/drivers/hwmon/ds1722.c
@@ -1,6 +1,7 @@
#include <common.h>
-#include <ssi.h>
+#include <asm/ic/ssi.h>
+#include <ds1722.h>
static void ds1722_select(int dev)
{
OpenPOWER on IntegriCloud