X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmtd%2Fmw_eeprom.c;h=f7791b51a046d663082934dcd360bfdd160b09b8;hb=HEAD;hp=2b3348810d2dea50dd14a425219fd176bd846b2c;hpb=6a40ef62c4300e9f606deef0a4618cbc4b514a51;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