diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-02 18:00:29 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-04 15:08:03 +0000 |
commit | 065857ee7fd61b05025d7a803e82f2b9b53cbc9a (patch) | |
tree | 3016bedfeac37b6aca649f1474f6343228ae9673 /src/northbridge/amd/pi | |
parent | bdaec07a859c0c05e7fd5276a15b3933da574368 (diff) |
arch/io.h: Drop unnecessary include
Change-Id: I91158452680586ac676ea11c8589062880a31f91
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31692
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/amd/pi')
-rw-r--r-- | src/northbridge/amd/pi/00630F01/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/pi/00660F01/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/pi/00730F01/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/pi/ramtop.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/amd/pi/00630F01/northbridge.c b/src/northbridge/amd/pi/00630F01/northbridge.c index ebca9c6bc7..c24fb2d1b2 100644 --- a/src/northbridge/amd/pi/00630F01/northbridge.c +++ b/src/northbridge/amd/pi/00630F01/northbridge.c @@ -14,7 +14,6 @@ */ #include <console/console.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <arch/acpi.h> #include <stdint.h> diff --git a/src/northbridge/amd/pi/00660F01/northbridge.c b/src/northbridge/amd/pi/00660F01/northbridge.c index ef8297e728..19fb81415e 100644 --- a/src/northbridge/amd/pi/00660F01/northbridge.c +++ b/src/northbridge/amd/pi/00660F01/northbridge.c @@ -14,7 +14,6 @@ */ #include <console/console.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <arch/acpi.h> #include <stdint.h> diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index 0c97e4bfa8..9bbb2debc2 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -16,7 +16,6 @@ */ #include <console/console.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <arch/acpi.h> #include <stdint.h> diff --git a/src/northbridge/amd/pi/ramtop.c b/src/northbridge/amd/pi/ramtop.c index 987d875df3..823a15c079 100644 --- a/src/northbridge/amd/pi/ramtop.c +++ b/src/northbridge/amd/pi/ramtop.c @@ -14,7 +14,6 @@ #define __SIMPLE_DEVICE__ #include <stdint.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <cbmem.h> |