diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:15:45 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:50:47 +0000 |
commit | e9514a43ee50ad238ee70677aaecc9b750f9615b (patch) | |
tree | 15bae8816ee07b4149eeda0728fc5e4edf9ff3bb /src/soc/qualcomm | |
parent | 804bb522a3f9e4b02fc6757c5df6187ce5ae9bd5 (diff) |
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>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/sc7180/display/dsi_phy_pll.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7180/qclib.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7180/watchdog.c | 1 |
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> |