diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-08-23 12:59:53 +1000 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:10 -0500 |
commit | 3ae184dd4870431bec306d0d0874c4d0743f38a4 (patch) | |
tree | 56ece8631a72ebd65642c51f96190b5471b36593 /drivers/hwmon | |
parent | a0d9448affe8d64ea40d82c30ee12a7f555c0873 (diff) |
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.c | 3 |
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) { |