src/soc/mediatek: Remove unused <timer.h>

Change-Id: Ic87e41a9b317cc7d0b36ece5ffd1d32068e6a33a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60612
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
Elyes HAOUAS 2021-12-31 18:30:02 +01:00 committed by Felix Held
parent 60b0034991
commit 872afccbb9
6 changed files with 0 additions and 6 deletions

View File

@ -6,7 +6,6 @@
#include <soc/spm.h>
#include <soc/spm_common.h>
#include <string.h>
#include <timer.h>
#define SPMFW_HEADER_SIZE 16

View File

@ -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] = {

View File

@ -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)
{

View File

@ -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

View File

@ -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

View File

@ -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] = {