Re: [PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()
From: Greg Kroah-Hartman
Date: Wed Oct 16 2024 - 01:40:04 EST
On Tue, Oct 15, 2024 at 08:51:23PM +0200, Philipp Stanner wrote:
> pci_intx() and its managed counterpart pcim_intx() only exist for older
> drivers which have not been ported yet for various reasons. Future
> drivers should preferably use pci_alloc_irq_vectors().
>
> Mark pci_intx() and pcim_intx() as deprecated and encourage usage of
> pci_alloc_irq_vectors() in its place.
No one is going to notice these comments, so please, if this really does
need to be removed, just remove it from all callers and delete the
function from the tree.
thanks,
greg k-h