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/southbridge/amd/sb800 | |
parent | bdaec07a859c0c05e7fd5276a15b3933da574368 (diff) | |
download | coreboot-065857ee7fd61b05025d7a803e82f2b9b53cbc9a.tar.xz |
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/southbridge/amd/sb800')
-rw-r--r-- | src/southbridge/amd/sb800/bootblock.c | 1 | ||||
-rw-r--r-- | src/southbridge/amd/sb800/fadt.c | 1 | ||||
-rw-r--r-- | src/southbridge/amd/sb800/lpc.c | 1 |
3 files changed, 0 insertions, 3 deletions
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 <stdint.h> -#include <arch/io.h> #include <device/pci_ops.h> /* 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 <string.h> #include <console/console.h> #include <arch/acpi.h> -#include <arch/io.h> #include <device/device.h> #include <cpu/amd/powernow.h> #include <version.h> 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 <pc80/i8254.h> #include <pc80/i8259.h> #include <pc80/isa-dma.h> -#include <arch/io.h> #include <arch/acpi.h> #include "sb800.h" |