From 065857ee7fd61b05025d7a803e82f2b9b53cbc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 2 Mar 2019 18:00:29 +0200 Subject: arch/io.h: Drop unnecessary include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I91158452680586ac676ea11c8589062880a31f91 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31692 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/southbridge/amd/sb800/bootblock.c | 1 - src/southbridge/amd/sb800/fadt.c | 1 - src/southbridge/amd/sb800/lpc.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/southbridge/amd/sb800') diff --git a/src/southbridge/amd/sb800/bootblock.c b/src/southbridge/amd/sb800/bootblock.c index 9062118a90..0b3486406e 100644 --- a/src/southbridge/amd/sb800/bootblock.c +++ b/src/southbridge/amd/sb800/bootblock.c @@ -14,7 +14,6 @@ */ #include -#include #include /* diff --git a/src/southbridge/amd/sb800/fadt.c b/src/southbridge/amd/sb800/fadt.c index bb0a070581..eb0ea1c6e0 100644 --- a/src/southbridge/amd/sb800/fadt.c +++ b/src/southbridge/amd/sb800/fadt.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/southbridge/amd/sb800/lpc.c b/src/southbridge/amd/sb800/lpc.c index e67dcd7464..4746f153f2 100644 --- a/src/southbridge/amd/sb800/lpc.c +++ b/src/southbridge/amd/sb800/lpc.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include "sb800.h" -- cgit v1.2.3