diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-14 12:55:56 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-15 17:58:49 +0000 |
commit | 45b79be9c06ccc925eeb3c11e821413478b903b5 (patch) | |
tree | 779db2b090b4f35fd2425ca873cfae6be5a435da /src/soc/amd | |
parent | 5bc493a8a2f53e834ac5be98725acf7601c70dbc (diff) |
src/soc: Remove unneeded include <arch/io.h>
Change-Id: I5a7b53a07fe6fd6121067dcec004e81eb284edbb
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32785
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/stoneyridge/enable_usbdebug.c | 1 | ||||
-rw-r--r-- | src/soc/amd/stoneyridge/southbridge.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/enable_usbdebug.c b/src/soc/amd/stoneyridge/enable_usbdebug.c index 90bd6e8f33..19b9550847 100644 --- a/src/soc/amd/stoneyridge/enable_usbdebug.c +++ b/src/soc/amd/stoneyridge/enable_usbdebug.c @@ -17,7 +17,6 @@ #define __SIMPLE_DEVICE__ #include <stdint.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_ehci.h> #include <device/pci_def.h> diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c index 8dfef8b369..b6c40b63d3 100644 --- a/src/soc/amd/stoneyridge/southbridge.c +++ b/src/soc/amd/stoneyridge/southbridge.c @@ -15,7 +15,6 @@ #include <console/console.h> -#include <arch/io.h> #include <device/mmio.h> #include <bootstate.h> #include <cpu/x86/smm.h> |