summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-07 22:28:13 +0100
committerPaul Fagerburg <pfagerburg@chromium.org>2022-01-14 00:29:02 +0000
commitc14ba95bebf44154d512abd4741b080b5ed72fd8 (patch)
treec9ca081bb7fc74e8c55a340076df101d2de1174f /src/lib
parentb145fd19603e4106747dea990e795a56f2324eb5 (diff)
downloadcoreboot-c14ba95bebf44154d512abd4741b080b5ed72fd8.tar.gz
coreboot-c14ba95bebf44154d512abd4741b080b5ed72fd8.tar.bz2
coreboot-c14ba95bebf44154d512abd4741b080b5ed72fd8.zip
src/{drivers,lib}: 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: Ifad13ef418db204cf132fe00f75c6e66cd2bc51b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60928 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dp_aux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dp_aux.c b/src/lib/dp_aux.c
index b584a3769192..c6e2de2d6218 100644
--- a/src/lib/dp_aux.c
+++ b/src/lib/dp_aux.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <dp_aux.h>
-#include <console/console.h>
bool dp_aux_request_is_write(enum aux_request request)
{