summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2009-08-23 12:59:53 +1000
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:10 -0500
commit3ae184dd4870431bec306d0d0874c4d0743f38a4 (patch)
tree56ece8631a72ebd65642c51f96190b5471b36593 /drivers
parenta0d9448affe8d64ea40d82c30ee12a7f555c0873 (diff)
downloadu-boot-imx-3ae184dd4870431bec306d0d0874c4d0743f38a4.zip
u-boot-imx-3ae184dd4870431bec306d0d0874c4d0743f38a4.tar.gz
u-boot-imx-3ae184dd4870431bec306d0d0874c4d0743f38a4.tar.bz2
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')
-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 7e2f1ed..a46cd4d 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)
{