diff options
author | Michael Brown <mcb30@ipxe.org> | 2023-06-29 15:38:08 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-06-29 15:40:24 +0100 |
commit | cfe65aa82628f364718e8cb261e8f6b952cd9d26 (patch) | |
tree | e1f9281366b6595affcd57d31c0feb28273cc8de | |
parent | ae435cb4cc78183814f867686d278885db2988f8 (diff) | |
download | ipxe-cfe65aa82628f364718e8cb261e8f6b952cd9d26.zip ipxe-cfe65aa82628f364718e8cb261e8f6b952cd9d26.tar.gz ipxe-cfe65aa82628f364718e8cb261e8f6b952cd9d26.tar.bz2 |
[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 <mcb30@ipxe.org>
-rw-r--r-- | src/arch/arm/include/bits/pci_io.h | 2 |
1 files changed, 0 insertions, 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 <ipxe/io.h> - #endif /* _BITS_PCI_IO_H */ |