aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7180')
-rw-r--r--src/soc/qualcomm/sc7180/display/dsi_phy_pll.c1
-rw-r--r--src/soc/qualcomm/sc7180/qclib.c1
-rw-r--r--src/soc/qualcomm/sc7180/watchdog.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c b/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c
index b01fc2e436..88754ee59c 100644
--- a/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c
+++ b/src/soc/qualcomm/sc7180/display/dsi_phy_pll.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/mmio.h>
-#include <console/console.h>
#include <string.h>
#include <stdint.h>
#include <delay.h>
diff --git a/src/soc/qualcomm/sc7180/qclib.c b/src/soc/qualcomm/sc7180/qclib.c
index 2bff80d040..e6d54be659 100644
--- a/src/soc/qualcomm/sc7180/qclib.c
+++ b/src/soc/qualcomm/sc7180/qclib.c
@@ -2,7 +2,6 @@
#include <cbfs.h>
#include <fmap.h>
-#include <console/console.h>
#include <soc/symbols.h>
#include <soc/qclib_common.h>
diff --git a/src/soc/qualcomm/sc7180/watchdog.c b/src/soc/qualcomm/sc7180/watchdog.c
index 954f68aa3d..0b7dd6dff8 100644
--- a/src/soc/qualcomm/sc7180/watchdog.c
+++ b/src/soc/qualcomm/sc7180/watchdog.c
@@ -2,7 +2,6 @@
#include <soc/watchdog.h>
#include <soc/clock.h>
-#include <console/console.h>
#include <device/mmio.h>
#include <vendorcode/google/chromeos/chromeos.h>