Merge branch 'remotes/lorenzo/pci/pci-iomap'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 21 Oct 2020 14:58:37 +0000 (09:58 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 21 Oct 2020 14:58:37 +0000 (09:58 -0500)
commit299af12a7270f098d714e1625634a453e6846411
tree69c60e29058a81ebb66375c5e6315f8e5b2e0150
parent03b482e2432c48a8108fc7159ce42ee4d60ca393
parentf5810e5c329238b8553ebd98b914bdbefd8e6737
Merge branch 'remotes/lorenzo/pci/pci-iomap'

- Remove useless __KERNEL__ preprocessor guard in sparc io_32.h (Lorenzo
  Pieralisi)

- Move ioremap/iounmap declaration so it's visible in asm-generic/io.h
  (Lorenzo Pieralisi)

- Fix memory leak in generic !CONFIG_GENERIC_IOMAP pci_iounmap()
  implementation (Lorenzo Pieralisi)

* remotes/lorenzo/pci/pci-iomap:
  asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementation
  sparc32: Move ioremap/iounmap declaration before asm-generic/io.h include
  sparc32: Remove useless io_32.h __KERNEL__ preprocessor guard