[PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()
From: hch@infradead.org (Christoph Hellwig)
Date: 2018-05-02 12:39:33
Also in:
linux-pci, lkml
From: hch@infradead.org (Christoph Hellwig)
Date: 2018-05-02 12:39:33
Also in:
linux-pci, lkml
On Mon, Apr 30, 2018 at 07:48:42AM +0200, Jan Kiszka wrote:
From: Jan Kiszka <jan.kiszka@siemens.com> There are no in-tree users remaining, all are converted to the managed variant. And it is unlikely that any out-of-tree user got the resource management right as well. So deprecate the interface and push users to the managed version instead. To avoid raising a warning when exporting a deprecated symbol, wrap the API with an inline and export an internal name.
Don't deprecated it, just remove it.