Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/32787 )
Change subject: autoport: Remove unneeded include <arch/io.h> ......................................................................
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 --- M util/autoport/bd82x6x.go 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index a97ff1d..e93704e 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -302,7 +302,6 @@ #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>