summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8195/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8195/soc.c')
-rw-r--r--src/soc/mediatek/mt8195/soc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/mediatek/mt8195/soc.c b/src/soc/mediatek/mt8195/soc.c
index 80ca3d9d11..d28f668579 100644
--- a/src/soc/mediatek/mt8195/soc.c
+++ b/src/soc/mediatek/mt8195/soc.c
@@ -10,7 +10,6 @@
#include <soc/mcupm.h>
#include <soc/mmu_operations.h>
#include <soc/sspm.h>
-#include <soc/tracker_common.h>
#include <soc/ufs.h>
#include <symbols.h>
@@ -38,7 +37,6 @@ static void soc_init(struct device *dev)
ufs_disable_refclk();
hdmi_low_power_setting();
- bustracker_init();
}
static struct device_operations soc_ops = {