summaryrefslogtreecommitdiff
path: root/src/soc/marvell/bg4cd/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/marvell/bg4cd/i2c.c')
-rw-r--r--src/soc/marvell/bg4cd/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/marvell/bg4cd/i2c.c b/src/soc/marvell/bg4cd/i2c.c
index 1aa02d0689..16ad9abcf3 100644
--- a/src/soc/marvell/bg4cd/i2c.c
+++ b/src/soc/marvell/bg4cd/i2c.c
@@ -18,7 +18,7 @@
*/
#include <device/i2c.h>
-#include "i2c.h"
+#include <soc/i2c.h>
int platform_i2c_transfer(unsigned bus, struct i2c_seg *segments, int seg_count)
{