summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 13:15:45 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 10:50:47 +0000
commite9514a43ee50ad238ee70677aaecc9b750f9615b (patch)
tree15bae8816ee07b4149eeda0728fc5e4edf9ff3bb
parent804bb522a3f9e4b02fc6757c5df6187ce5ae9bd5 (diff)
downloadcoreboot-e9514a43ee50ad238ee70677aaecc9b750f9615b.tar.gz
coreboot-e9514a43ee50ad238ee70677aaecc9b750f9615b.tar.bz2
coreboot-e9514a43ee50ad238ee70677aaecc9b750f9615b.zip
soc/qualcomm: Remove unused <console/console.h>
Change-Id: Idd93ed91e854c8775cbcf721e4e332aef7b36e42 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50530 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-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 b01fc2e43668..88754ee59cac 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 2bff80d040b4..e6d54be659b9 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 954f68aa3d32..0b7dd6dff85e 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>