]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[arm] Remove redundant inclusion of io.h
authorMichael Brown <mcb30@ipxe.org>
Thu, 29 Jun 2023 14:38:08 +0000 (15:38 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 29 Jun 2023 14:40:24 +0000 (15:40 +0100)
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 <mcb30@ipxe.org>
src/arch/arm/include/bits/pci_io.h

index fba0eb9796182d2fb7bd2ec10a27a066c12876c8..91f507a44522c16678fa96d9c71b9359f8cf651e 100644 (file)
@@ -9,6 +9,4 @@
 
 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
-#include <ipxe/io.h>
-
 #endif /* _BITS_PCI_IO_H */