diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-12 11:43:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-15 13:37:41 +0000 |
commit | 315d3264b603e16f5694ac0b61b139f18409e51e (patch) | |
tree | f3b00508517c39f6670f7a9abd277e65d5cffc02 /src/southbridge/intel | |
parent | 8d728c2090614511a0586194bccc30d1e628fe0a (diff) | |
download | coreboot-315d3264b603e16f5694ac0b61b139f18409e51e.tar.gz coreboot-315d3264b603e16f5694ac0b61b139f18409e51e.tar.bz2 coreboot-315d3264b603e16f5694ac0b61b139f18409e51e.zip |
treewide: Remove unused 'include <arch/io.h>'
Change-Id: I6f1d7625eb457084ba893b25518fdfdb59cf64db
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70693
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/lynxpoint/uart_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/uart_init.c b/src/southbridge/intel/lynxpoint/uart_init.c index 5048e5d5455f..06f83fcbefb0 100644 --- a/src/southbridge/intel/lynxpoint/uart_init.c +++ b/src/southbridge/intel/lynxpoint/uart_init.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <arch/io.h> #include <assert.h> #include <console/uart.h> #include <device/mmio.h> |