summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-29 10:04:01 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-02 14:34:12 +0000
commit1f66809111aac92d5b117162b01a2e0fedbf24e9 (patch)
tree9193ba578e848d6f4639d1e338ea9d92a7b3444d /src/southbridge/amd/agesa/hudson
parentceff01e3b8b6fd5cd83b291a28b01bc190857589 (diff)
downloadcoreboot-1f66809111aac92d5b117162b01a2e0fedbf24e9.tar.xz
src: Remove unneeded 'include <arch/io.h>'
Change-Id: Ie4293094ad703a2d8b68a8c640bd8d9cece2e6e8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37983 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson')
-rw-r--r--src/southbridge/amd/agesa/hudson/early_setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/early_setup.c b/src/southbridge/amd/agesa/hudson/early_setup.c
index 84c429955a..639a5e8764 100644
--- a/src/southbridge/amd/agesa/hudson/early_setup.c
+++ b/src/southbridge/amd/agesa/hudson/early_setup.c
@@ -17,7 +17,6 @@
#define _HUDSON_EARLY_SETUP_C_
#include <stdint.h>
-#include <arch/io.h>
#include <device/pci_ops.h>
#include <console/console.h>
#include <amdblocks/acpimmio.h>