commit | 71dd93a2ab03361a9d079b631255720df6737253 | [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 | e179b9c88ad10b90e826999f04a6e07a0545c706 [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/mw_eeprom.c b/drivers/mw_eeprom.c index 2a1f489..2b33488 100644 --- a/drivers/mw_eeprom.c +++ b/drivers/mw_eeprom.c
@@ -1,11 +1,11 @@ /* Three-wire (MicroWire) serial eeprom driver (for 93C46 and compatibles) */ #include <common.h> -#include <ssi.h> - #ifdef CONFIG_MW_EEPROM +#include <ssi.h> + /* * Serial EEPROM opcodes, including start bit */