Re: [PATCH 1/3] rust: pci: do not depend on CONFIG_PCI_MSI
From: Danilo Krummrich
Date: Tue Jan 07 2025 - 05:41:51 EST
On Tue, Jan 07, 2025 at 11:31:26AM +0100, Greg KH wrote:
> On Fri, Jan 03, 2025 at 05:46:01PM +0100, Danilo Krummrich wrote:
> > The PCI abstractions do not actually depend on CONFIG_PCI_MSI; it also
> > breaks drivers that only depend on CONFIG_PCI, hence drop it.
> >
> > While at it, move the module entry to its correct location.
> >
> > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> > Closes: https://lore.kernel.org/oe-kbuild-all/202501030744.4ucqC1cB-lkp@xxxxxxxxx/
> > Fixes: 3a9c09193657 ("rust: pci: add basic PCI device / driver abstractions")
>
> Where did that git id come from? It's
> 1bd8b6b2c5d38d9881d59928b986eacba40f9da8. I'll go edit it by hand...
Oops, that's from my tree. I did not rebase to the driver-core tree, sorry.
>
> thanks,
>
> greg k-h