aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-12 11:43:05 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-15 13:37:41 +0000
commit315d3264b603e16f5694ac0b61b139f18409e51e (patch)
treef3b00508517c39f6670f7a9abd277e65d5cffc02 /src/southbridge/intel/lynxpoint
parent8d728c2090614511a0586194bccc30d1e628fe0a (diff)
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/lynxpoint')
-rw-r--r--src/southbridge/intel/lynxpoint/uart_init.c1
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 5048e5d545..06f83fcbef 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>