diff options
Diffstat (limited to 'drivers/i2c/mv_i2c.c')
-rw-r--r-- | drivers/i2c/mv_i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/mv_i2c.c b/drivers/i2c/mv_i2c.c index 63665f0952..88b62959d3 100644 --- a/drivers/i2c/mv_i2c.c +++ b/drivers/i2c/mv_i2c.c @@ -19,6 +19,7 @@ #include <common.h> #include <dm.h> #include <i2c.h> +#include <log.h> #include <asm/io.h> #include "mv_i2c.h" |