On Mon, Apr 28, 2025 at 4:01 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote: > > + /// # use kernel::{device::Core, devres::Devres, pci}; > + /// > + /// fn from_core(dev: &pci::Device<Core>, devres: Devres<pci::Bar<0x4>>) -> Result<()> { We need to skip this one when `!PCI` -- quick patch at: https://lore.kernel.org/rust-for-linux/20250511182533.1016163-1-ojeda@xxxxxxxxxx/ Cheers, Miguel