diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2007-10-19 00:09:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-10-23 16:44:04 +0200 |
commit | 58b74b05c621e2835ecf4e2d3243042cf4186777 (patch) | |
tree | 95122f0fdb5d4eece5c61bdb503db07504de92e6 /drivers/mw_eeprom.c | |
parent | 96455bfebc9887837095c9051d216f53c61b5f10 (diff) | |
download | u-boot-imx-58b74b05c621e2835ecf4e2d3243042cf4186777.zip u-boot-imx-58b74b05c621e2835ecf4e2d3243042cf4186777.tar.gz u-boot-imx-58b74b05c621e2835ecf4e2d3243042cf4186777.tar.bz2 |
Fix missing drivers makefile entries ds1722.c mw_eeprom.c
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/mw_eeprom.c')
-rw-r--r-- | drivers/mw_eeprom.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |