diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-08-23 02:59:53 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-04 19:54:52 (GMT) |
commit | 8907b8dbc5805094f1316d64737d3428b3863693 (patch) | |
tree | ddd6288766bcaa4aa4bd9663cd9c4a9f6f351939 /drivers/hwmon | |
parent | a92510e7fae523145b58765cdc46110f1162260d (diff) | |
download | u-boot-8907b8dbc5805094f1316d64737d3428b3863693.tar.xz |
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 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) { |