Merge branch 'pci/ioport'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2023 16:03:49 +0000 (11:03 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Aug 2023 16:03:49 +0000 (11:03 -0500)
- Make I/O resources depend on CONFIG_HAS_IOPORT so inw() and friends can
  be completely omitted on architectures without I/O port support (Niklas
  Schnelle)

* pci/ioport:
  PCI/sysfs: Make I/O resource depend on HAS_IOPORT
  PCI: Make quirk using inw() depend on HAS_IOPORT


Trivial merge