summaryrefslogtreecommitdiff
path: root/drivers/mw_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mw_eeprom.c')
-rw-r--r--drivers/mw_eeprom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mw_eeprom.c b/drivers/mw_eeprom.c
index 2a1f48984..2b3348810 100644
--- a/drivers/mw_eeprom.c
+++ b/drivers/mw_eeprom.c
@@ -1,11 +1,11 @@
/* Three-wire (MicroWire) serial eeprom driver (for 93C46 and compatibles) */
#include <common.h>
-#include <ssi.h>
-
#ifdef CONFIG_MW_EEPROM
+#include <ssi.h>
+
/*
* Serial EEPROM opcodes, including start bit
*/