diff options
Diffstat (limited to 'drivers/bootcount/i2c-eeprom.c')
-rw-r--r-- | drivers/bootcount/i2c-eeprom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bootcount/i2c-eeprom.c b/drivers/bootcount/i2c-eeprom.c index ee760a2742..a3aa0cf559 100644 --- a/drivers/bootcount/i2c-eeprom.c +++ b/drivers/bootcount/i2c-eeprom.c @@ -8,6 +8,7 @@ #include <bootcount.h> #include <dm.h> #include <i2c_eeprom.h> +#include <log.h> static const u8 bootcount_magic = 0xbc; |