summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8192/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8192/soc.c')
-rw-r--r--src/soc/mediatek/mt8192/soc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/mediatek/mt8192/soc.c b/src/soc/mediatek/mt8192/soc.c
index 355827ac27..006a212da9 100644
--- a/src/soc/mediatek/mt8192/soc.c
+++ b/src/soc/mediatek/mt8192/soc.c
@@ -9,7 +9,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>
@@ -34,7 +33,6 @@ static void soc_init(struct device *dev)
if (CONFIG(MTK_DFD))
dfd_init();
ufs_disable_refclk();
- bustracker_init();
}
static struct device_operations soc_ops = {