aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/uart.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 13:15:31 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 10:50:09 +0000
commit7cb4cb64bade1dcb4e84ee2879d59c0c04f3e19b (patch)
treec216896ed22acab3089bdbf6a76f0c94e3d657f7 /src/soc/intel/tigerlake/uart.c
parentf81d09d65337a019d57b9ea45402830fbe594ab4 (diff)
soc/intel: Remove unused <console/console.h>
Change-Id: I630b7b0b1d564bcd99358caaaef4afd78c22866c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50528 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake/uart.c')
-rw-r--r--src/soc/intel/tigerlake/uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/uart.c b/src/soc/intel/tigerlake/uart.c
index a3aee398c4..da392f434b 100644
--- a/src/soc/intel/tigerlake/uart.c
+++ b/src/soc/intel/tigerlake/uart.c
@@ -6,7 +6,6 @@
* Chapter number: 9
*/
-#include <console/console.h>
#include <device/pci_def.h>
#include <intelblocks/gpio.h>
#include <intelblocks/lpss.h>