diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-14 12:57:01 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-15 17:58:20 +0000 |
commit | 65209de411b4f87d7ebf9a3d82e91324a841f3be (patch) | |
tree | b0b2aa94310839a768e9a5976e8b8fcf9b934b78 /util/autoport/bd82x6x.go | |
parent | caae2690325256036ed371646c0ce5d2115aed29 (diff) | |
download | coreboot-65209de411b4f87d7ebf9a3d82e91324a841f3be.tar.xz |
autoport: Remove unneeded include <arch/io.h>
Change-Id: I7cb4b47e2fd893274303bb20dc7fa895830b4493
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32787
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'util/autoport/bd82x6x.go')
-rw-r--r-- | util/autoport/bd82x6x.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index a97ff1d961..e93704ec4a 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -302,7 +302,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) { #include <string.h> #include <timestamp.h> #include <arch/byteorder.h> -#include <arch/io.h> #include <device/mmio.h> #include <device/pci_ops.h> #include <device/pnp_ops.h> |