mirror of https://github.com/ipxe/ipxe.git
[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>pull/820/head
parent
ae435cb4cc
commit
cfe65aa826
|
@ -9,6 +9,4 @@
|
|||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#include <ipxe/io.h>
|
||||
|
||||
#endif /* _BITS_PCI_IO_H */
|
||||
|
|
Loading…
Reference in New Issue