diff options
Diffstat (limited to 'drivers/mtd/mw_eeprom.c')
| -rw-r--r-- | drivers/mtd/mw_eeprom.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/mtd/mw_eeprom.c b/drivers/mtd/mw_eeprom.c index 2b3348810..f32ced4c2 100644 --- a/drivers/mtd/mw_eeprom.c +++ b/drivers/mtd/mw_eeprom.c @@ -1,9 +1,6 @@  /* Three-wire (MicroWire) serial eeprom driver (for 93C46 and compatibles) */  #include <common.h> - -#ifdef CONFIG_MW_EEPROM -  #include <ssi.h>  /* @@ -237,5 +234,3 @@ int mw_eeprom_probe(int dev)  	}  	return 0;  } - -#endif |