diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-29 10:04:01 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-02 14:34:12 +0000 |
commit | 1f66809111aac92d5b117162b01a2e0fedbf24e9 (patch) | |
tree | 9193ba578e848d6f4639d1e338ea9d92a7b3444d /src/southbridge/amd/pi | |
parent | ceff01e3b8b6fd5cd83b291a28b01bc190857589 (diff) | |
download | coreboot-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/pi')
-rw-r--r-- | src/southbridge/amd/pi/hudson/early_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/pi/hudson/early_setup.c b/src/southbridge/amd/pi/hudson/early_setup.c index 0e3646bb5c..191a96c7d4 100644 --- a/src/southbridge/amd/pi/hudson/early_setup.c +++ b/src/southbridge/amd/pi/hudson/early_setup.c @@ -18,7 +18,6 @@ #include <assert.h> #include <stdint.h> -#include <arch/io.h> #include <device/mmio.h> #include <device/pci_ops.h> #include <console/console.h> |