commit | 58b74b05c621e2835ecf4e2d3243042cf4186777 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Oct 19 00:09:05 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Oct 23 16:44:04 2007 +0200 |
tree | 95122f0fdb5d4eece5c61bdb503db07504de92e6 | |
parent | 96455bfebc9887837095c9051d216f53c61b5f10 [diff] [blame] |
Fix missing drivers makefile entries ds1722.c mw_eeprom.c Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/drivers/ds1722.c b/drivers/ds1722.c index 227d816..c19ee01 100644 --- a/drivers/ds1722.c +++ b/drivers/ds1722.c
@@ -1,10 +1,10 @@ #include <common.h> -#include <ssi.h> - #ifdef CONFIG_DS1722 +#include <ssi.h> + static void ds1722_select(int dev) { ssi_set_interface(4096, 0, 0, 0);