X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmtd%2Fmw_eeprom.c;h=f7791b51a046d663082934dcd360bfdd160b09b8;hb=aae00f8bab3af6d353c254d420c069018fd4ffa6;hp=2b3348810d2dea50dd14a425219fd176bd846b2c;hpb=59829cc189378c142c13d2aa8d9a897d8bef3961;p=u-boot diff --git a/drivers/mtd/mw_eeprom.c b/drivers/mtd/mw_eeprom.c index 2b3348810d..f7791b51a0 100644 --- a/drivers/mtd/mw_eeprom.c +++ b/drivers/mtd/mw_eeprom.c @@ -1,10 +1,7 @@ /* Three-wire (MicroWire) serial eeprom driver (for 93C46 and compatibles) */ #include - -#ifdef CONFIG_MW_EEPROM - -#include +#include /* * Serial EEPROM opcodes, including start bit @@ -237,5 +234,3 @@ int mw_eeprom_probe(int dev) } return 0; } - -#endif