summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/i2c.c')
-rwxr-xr-xsrc/soc/rockchip/rk3288/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/i2c.c b/src/soc/rockchip/rk3288/i2c.c
index 80ad253e59..dab0178092 100755
--- a/src/soc/rockchip/rk3288/i2c.c
+++ b/src/soc/rockchip/rk3288/i2c.c
@@ -29,7 +29,7 @@
#include "addressmap.h"
#include "grf.h"
-#include "cpu.h"
+#include "soc.h"
#define RETRY_COUNT 3
/* 100000us = 100ms */
#define I2C_TIMEOUT_US 100000