Attention is currently required from: Hung-Te Lin. HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60612 )
Change subject: src/soc/mediatek: Remove unused <timer.h> ......................................................................
src/soc/mediatek: Remove unused <timer.h>
Change-Id: Ic87e41a9b317cc7d0b36ece5ffd1d32068e6a33a Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/mediatek/common/spm.c M src/soc/mediatek/mt8186/i2c.c M src/soc/mediatek/mt8195/dp_intf.c M src/soc/mediatek/mt8195/dptx.c M src/soc/mediatek/mt8195/dptx_hal.c M src/soc/mediatek/mt8195/i2c.c 6 files changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/60612/1
diff --git a/src/soc/mediatek/common/spm.c b/src/soc/mediatek/common/spm.c index 48f75fe..c4eabd0 100644 --- a/src/soc/mediatek/common/spm.c +++ b/src/soc/mediatek/common/spm.c @@ -6,7 +6,6 @@ #include <soc/spm.h> #include <soc/spm_common.h> #include <string.h> -#include <timer.h>
#define SPMFW_HEADER_SIZE 16
diff --git a/src/soc/mediatek/mt8186/i2c.c b/src/soc/mediatek/mt8186/i2c.c index a7f72ac..8345637 100644 --- a/src/soc/mediatek/mt8186/i2c.c +++ b/src/soc/mediatek/mt8186/i2c.c @@ -11,7 +11,6 @@ #include <device/i2c_simple.h> #include <soc/i2c.h> #include <soc/gpio.h> -#include <timer.h>
struct mtk_i2c mtk_i2c_bus_controller[] = { [0] = { diff --git a/src/soc/mediatek/mt8195/dp_intf.c b/src/soc/mediatek/mt8195/dp_intf.c index 5a5f974..aba7d78 100644 --- a/src/soc/mediatek/mt8195/dp_intf.c +++ b/src/soc/mediatek/mt8195/dp_intf.c @@ -9,7 +9,6 @@ #include <soc/pll.h> #include <soc/pll_common.h> #include <soc/spm.h> -#include <timer.h>
static void mtk_dpintf_mask(struct mtk_dpintf *dpintf, u32 offset, u32 val, u32 mask) { diff --git a/src/soc/mediatek/mt8195/dptx.c b/src/soc/mediatek/mt8195/dptx.c index 8d557ba..edb3f7e 100644 --- a/src/soc/mediatek/mt8195/dptx.c +++ b/src/soc/mediatek/mt8195/dptx.c @@ -11,7 +11,6 @@ #include <soc/dptx_reg.h> #include <soc/dp_intf.h> #include <string.h> -#include <timer.h>
#define ONE_BLOCK_SIZE 128
diff --git a/src/soc/mediatek/mt8195/dptx_hal.c b/src/soc/mediatek/mt8195/dptx_hal.c index ad68260..385e88c 100644 --- a/src/soc/mediatek/mt8195/dptx_hal.c +++ b/src/soc/mediatek/mt8195/dptx_hal.c @@ -7,7 +7,6 @@ #include <soc/dptx.h> #include <soc/dptx_hal.h> #include <soc/dptx_reg.h> -#include <timer.h> #include <types.h>
#define REG_OFFSET_LIMIT 0x8000 diff --git a/src/soc/mediatek/mt8195/i2c.c b/src/soc/mediatek/mt8195/i2c.c index b401b79..ac8b8e5 100644 --- a/src/soc/mediatek/mt8195/i2c.c +++ b/src/soc/mediatek/mt8195/i2c.c @@ -6,7 +6,6 @@ #include <device/i2c_simple.h> #include <soc/i2c.h> #include <soc/gpio.h> -#include <timer.h>
struct mtk_i2c mtk_i2c_bus_controller[] = { [0] = {