summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/g505s
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-07 22:23:36 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-10 23:24:10 +0000
commitad6ff7fe2535ef34b13811f3d076df0f740493c3 (patch)
tree2a256b988ae115576600682e3d7efa1f7a92eba7 /src/mainboard/lenovo/g505s
parent03824a6b2e5ee4f5e1bf29e230c05f1500059049 (diff)
downloadcoreboot-ad6ff7fe2535ef34b13811f3d076df0f740493c3.tar.gz
coreboot-ad6ff7fe2535ef34b13811f3d076df0f740493c3.tar.bz2
coreboot-ad6ff7fe2535ef34b13811f3d076df0f740493c3.zip
src/mainboard/{jetway,lenovo,msi,ocp}: Remove unused <console/console.h>
Found using: diff <(git grep -l '#include <console/console.h>' -- src/) <(git grep -l 'console_time_report\|console_time_get_and_reset\|do_putchar\|vprintk\|printk\|console_log_level\|console_init\|get_log_level\|CONSOLE_ENABLE\|get_console_loglevel\|die_notify\|die_with_post_code\|die\|arch_post_code\|mainboard_post\|post_code\|RAM_SPEW\|RAM_DEBUG\|BIOS_EMERG\|BIOS_ALERT\|BIOS_CRIT\|BIOS_ERR\|BIOS_WARNING\|BIOS_NOTICE\|BIOS_INFO\|BIOS_DEBUG\|BIOS_SPEW\|BIOS_NEVER' -- src/) |grep "<" Change-Id: I74264aa04d819b26c6ee91ded88b5578784a0732 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60923 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/g505s')
-rw-r--r--src/mainboard/lenovo/g505s/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/g505s/mainboard.c b/src/mainboard/lenovo/g505s/mainboard.c
index 1a81182e5590..90639af7f432 100644
--- a/src/mainboard/lenovo/g505s/mainboard.c
+++ b/src/mainboard/lenovo/g505s/mainboard.c
@@ -3,7 +3,6 @@
#include "ec.h"
#include <acpi/acpi.h>
-#include <console/console.h>
#include <cpu/x86/smm.h>
#include <device/device.h>
#include <southbridge/amd/common/amd_pci_util.h>