Re: [PATCH v3 1/2] asm-generic: Remove pci.h copying remaining code to x86

2022-07-18 Thread Geert Uytterhoeven
On Mon, Jul 18, 2022 at 2:41 AM Stafford Horne wrote: > The generic pci.h header now only provides a definition of > pci_get_legacy_ide_irq which is used by architectures that support PNP. > Of the architectures that use asm-generic/pci.h this is only x86. > > This patch removes the old pci.h in o

[PATCH v3 1/2] asm-generic: Remove pci.h copying remaining code to x86

2022-07-17 Thread Stafford Horne
The generic pci.h header now only provides a definition of pci_get_legacy_ide_irq which is used by architectures that support PNP. Of the architectures that use asm-generic/pci.h this is only x86. This patch removes the old pci.h in order to make room for a new pci.h to be used by arm64, riscv, op