diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:15:31 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:50:09 +0000 |
commit | 7cb4cb64bade1dcb4e84ee2879d59c0c04f3e19b (patch) | |
tree | c216896ed22acab3089bdbf6a76f0c94e3d657f7 /src/soc/intel/tigerlake/uart.c | |
parent | f81d09d65337a019d57b9ea45402830fbe594ab4 (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.c | 1 |
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> |