aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mw_eeprom.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:50 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:25:25 -0500
commitcb3ef6810a27c8ddf5db8694bcef9337f27d12ce (patch)
tree9ef10a73bda6de409282c9021026957efa598c6a /drivers/mtd/mw_eeprom.c
parent533cee0a9cdccc9c65959bf2d41c3c7eb12e13f2 (diff)
downloadu-boot-cb3ef6810a27c8ddf5db8694bcef9337f27d12ce.zip
u-boot-cb3ef6810a27c8ddf5db8694bcef9337f27d12ce.tar.gz
u-boot-cb3ef6810a27c8ddf5db8694bcef9337f27d12ce.tar.bz2
common: Move old EEPROM functions into a new header
These functions do not use driver model but are still used. Move them to a new eeprom.h header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mtd/mw_eeprom.c')
-rw-r--r--drivers/mtd/mw_eeprom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/mw_eeprom.c b/drivers/mtd/mw_eeprom.c
index f7791b51..6a3a6f6 100644
--- a/drivers/mtd/mw_eeprom.c
+++ b/drivers/mtd/mw_eeprom.c
@@ -1,6 +1,7 @@
/* Three-wire (MicroWire) serial eeprom driver (for 93C46 and compatibles) */
#include <common.h>
+#include <eeprom.h>
#include <asm/ic/ssi.h>
/*