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:
parent
60b0034991
commit
872afccbb9
@ -6,7 +6,6 @@
|
|||||||
#include <soc/spm.h>
|
#include <soc/spm.h>
|
||||||
#include <soc/spm_common.h>
|
#include <soc/spm_common.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <timer.h>
|
|
||||||
|
|
||||||
#define SPMFW_HEADER_SIZE 16
|
#define SPMFW_HEADER_SIZE 16
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#include <device/i2c_simple.h>
|
#include <device/i2c_simple.h>
|
||||||
#include <soc/i2c.h>
|
#include <soc/i2c.h>
|
||||||
#include <soc/gpio.h>
|
#include <soc/gpio.h>
|
||||||
#include <timer.h>
|
|
||||||
|
|
||||||
struct mtk_i2c mtk_i2c_bus_controller[] = {
|
struct mtk_i2c mtk_i2c_bus_controller[] = {
|
||||||
[0] = {
|
[0] = {
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
#include <soc/pll.h>
|
#include <soc/pll.h>
|
||||||
#include <soc/pll_common.h>
|
#include <soc/pll_common.h>
|
||||||
#include <soc/spm.h>
|
#include <soc/spm.h>
|
||||||
#include <timer.h>
|
|
||||||
|
|
||||||
static void mtk_dpintf_mask(struct mtk_dpintf *dpintf, u32 offset, u32 val, u32 mask)
|
static void mtk_dpintf_mask(struct mtk_dpintf *dpintf, u32 offset, u32 val, u32 mask)
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#include <soc/dptx_reg.h>
|
#include <soc/dptx_reg.h>
|
||||||
#include <soc/dp_intf.h>
|
#include <soc/dp_intf.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <timer.h>
|
|
||||||
|
|
||||||
#define ONE_BLOCK_SIZE 128
|
#define ONE_BLOCK_SIZE 128
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
#include <soc/dptx.h>
|
#include <soc/dptx.h>
|
||||||
#include <soc/dptx_hal.h>
|
#include <soc/dptx_hal.h>
|
||||||
#include <soc/dptx_reg.h>
|
#include <soc/dptx_reg.h>
|
||||||
#include <timer.h>
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#define REG_OFFSET_LIMIT 0x8000
|
#define REG_OFFSET_LIMIT 0x8000
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
#include <device/i2c_simple.h>
|
#include <device/i2c_simple.h>
|
||||||
#include <soc/i2c.h>
|
#include <soc/i2c.h>
|
||||||
#include <soc/gpio.h>
|
#include <soc/gpio.h>
|
||||||
#include <timer.h>
|
|
||||||
|
|
||||||
struct mtk_i2c mtk_i2c_bus_controller[] = {
|
struct mtk_i2c mtk_i2c_bus_controller[] = {
|
||||||
[0] = {
|
[0] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user