From cfe65aa82628f364718e8cb261e8f6b952cd9d26 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 29 Jun 2023 15:38:08 +0100 Subject: [arm] Remove redundant inclusion of io.h The PCI I/O API (supporting accesses to PCI configuration space) is not related to the general I/O API (supporting accesses to memory-mapped I/O peripherals). Remove the spurious inclusion of ipxe/io.h from the PCI I/O header. Signed-off-by: Michael Brown --- src/arch/arm/include/bits/pci_io.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/arch/arm/include/bits/pci_io.h b/src/arch/arm/include/bits/pci_io.h index fba0eb9..91f507a 100644 --- a/src/arch/arm/include/bits/pci_io.h +++ b/src/arch/arm/include/bits/pci_io.h @@ -9,6 +9,4 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); -#include - #endif /* _BITS_PCI_IO_H */ -- cgit v1.1