]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/mw_eeprom.c
sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
[karo-tx-uboot.git] / drivers / mtd / mw_eeprom.c
index 2b3348810d2dea50dd14a425219fd176bd846b2c..f7791b51a046d663082934dcd360bfdd160b09b8 100644 (file)
@@ -1,10 +1,7 @@
 /* Three-wire (MicroWire) serial eeprom driver (for 93C46 and compatibles) */
 
 #include <common.h>
-
-#ifdef CONFIG_MW_EEPROM
-
-#include <ssi.h>
+#include <asm/ic/ssi.h>
 
 /*
  * Serial EEPROM opcodes, including start bit
@@ -237,5 +234,3 @@ int mw_eeprom_probe(int dev)
        }
        return 0;
 }
-
-#endif