Re: [PATCH] pci: provide pci_free_irq_vectors() stub when CONFIG_PCI is disabled

From: Liang Jie

Date: Mon Dec 22 2025 - 04:17:15 EST


On 22 Dec 2025 08:02:44 +0100, Dirk Behme wrote:
> On 22.12.25 04:44, Liang Jie wrote:
> > From: Liang Jie <liangjie@xxxxxxxxxxx>
> >
> > When building with CONFIG_PCI=n, clang reports:
> >
> > ....
> >
> > /* Include architecture-dependent settings and functions */
>
> We have this from Boqun already
>
> https://lore.kernel.org/rust-for-linux/20251215025444.65544-1-boqun.feng@xxxxxxxxx/
>
> ?
>
> Dirk

Hi Dirk,

Sorry, I missed Boqun's earlier patch:
https://lore.kernel.org/rust-for-linux/20251215025444.65544-1-boqun.feng@xxxxxxxxx/

It addresses the same issue. Please ignore my patch.

Thanks,
Liang