Re: [PATCH] PCI: Remove pci_request_region_exclusive()

2019-04-17 Thread Bjorn Helgaas
On Wed, Apr 17, 2019 at 10:23:56AM +0200, Johannes Thumshirn wrote: > pci_request_region_exclusive() was introduced with commit e8de1481fd71 > ("resource: allow MMIO exclusivity for device drivers") in 2.6.29 which > was released 2008. > > It never had an in tree user since then, so after 11 years

[PATCH] PCI: Remove pci_request_region_exclusive()

2019-04-17 Thread Johannes Thumshirn
pci_request_region_exclusive() was introduced with commit e8de1481fd71 ("resource: allow MMIO exclusivity for device drivers") in 2.6.29 which was released 2008. It never had an in tree user since then, so after 11 years later let's remove it. Signed-off-by: Johannes Thumshirn --- drivers/pci/p