]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc2492f443aa0b41816de21b39aeb9f634bfc0a2
tree69c60e29058a81ebb66375c5e6315f8e5b2e0150
parenteaeb7593b59c54ef3e47553078b2927170cb7e4a
parentea32fd51df929ed71132b9f681c0276c186ec644
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