summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/common
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-07 21:23:13 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-03-27 15:31:07 +0000
commit4f5f2e7a44cb77a81c28ab65c5538e3761b83889 (patch)
treec2cd4fc3a9f964634496ec820ed415490a53dd3d /src/soc/qualcomm/common
parent651b765567ce5d8216679a72e9f213b4be0f546a (diff)
downloadcoreboot-4f5f2e7a44cb77a81c28ab65c5538e3761b83889.tar.gz
coreboot-4f5f2e7a44cb77a81c28ab65c5538e3761b83889.tar.bz2
coreboot-4f5f2e7a44cb77a81c28ab65c5538e3761b83889.zip
src: Remove unused <bootmode.h>
Found using: diff <(git grep -l '#include <bootmode.h>' -- src/) <(git grep -l 'platform_is_resuming\|gfx_set_init_done\|gfx_get_init_done\|display_init_required\|get_ec_is_trusted\|get_lid_switch\|get_wipeout_mode_switch\|clear_recovery_mode_switch\|get_recovery_mode_retrain_switch\|get_recovery_mode_switch\|get_recovery_mode_retrain_switch\|get_recovery_mode_switch\|get_write_protect_state\|init_bootmode_straps' -- src/) |grep "<" Change-Id: I2ebd472e0cfc641bd7e465b8d29272fd2f7520a1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/soc/qualcomm/common')
-rw-r--r--src/soc/qualcomm/common/qclib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/qualcomm/common/qclib.c b/src/soc/qualcomm/common/qclib.c
index 9a485db1931f..43b63995b77c 100644
--- a/src/soc/qualcomm/common/qclib.c
+++ b/src/soc/qualcomm/common/qclib.c
@@ -2,7 +2,6 @@
#include <console/cbmem_console.h>
#include <cbmem.h>
-#include <bootmode.h>
#include <string.h>
#include <fmap.h>
#include <assert.h>