diff options
Diffstat (limited to 'drivers/i2c/exynos_hs_i2c.c')
-rw-r--r-- | drivers/i2c/exynos_hs_i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/exynos_hs_i2c.c b/drivers/i2c/exynos_hs_i2c.c index 9a364fdae37..a7349e06cfd 100644 --- a/drivers/i2c/exynos_hs_i2c.c +++ b/drivers/i2c/exynos_hs_i2c.c @@ -6,6 +6,7 @@ * David Mueller, ELSOFT AG, d.mueller@elsoft.ch */ +#include <common.h> #include <dm.h> #include <i2c.h> #include <log.h> |