summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-23 11:18:46 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:41:25 +0000
commit48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1 (patch)
tree507f4cf6c52e42a7a4bdcd79a925fbcf9ed42ce1 /src/soc/mediatek/mt8173
parenta3b02e2818bedf39f4f84388f6d52dcf3ee299cc (diff)
downloadcoreboot-48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1.tar.xz
src: Remove duplicated includes
Change-Id: If8c7e26ebd954b19bfb8766b26570c6865ad255e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41676 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/mt8173')
-rw-r--r--src/soc/mediatek/mt8173/i2c.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/mediatek/mt8173/i2c.c b/src/soc/mediatek/mt8173/i2c.c
index af2e02958b..f80fb97121 100644
--- a/src/soc/mediatek/mt8173/i2c.c
+++ b/src/soc/mediatek/mt8173/i2c.c
@@ -7,9 +7,7 @@
#include <device/mmio.h>
#include <soc/addressmap.h>
#include <soc/i2c.h>
-#include <device/mmio.h>
#include <soc/pll.h>
-#include <soc/i2c.h>
#define I2C_CLK_HZ (AXI_HZ / 16)