[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172800003600.2035955.3359914968807404214.git-patchwork-notify@kernel.org>
Date: Fri, 04 Oct 2024 00:00:36 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: FUJITA Tomonori <fujita.tomonori@...il.com>
Cc: netdev@...r.kernel.org, rust-for-linux@...r.kernel.org, andrew@...n.ch,
hkallweit1@...il.com, tmgross@...ch.edu, aliceryhl@...gle.com
Subject: Re: [PATCH net-next v1] rust: net::phy always define device_table in
module_phy_driver macro
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 30 Sep 2024 13:40:37 +0000 you wrote:
> device_table in module_phy_driver macro is defined only when the
> driver is built as a module. So a PHY driver imports phy::DeviceId
> module in the following way then hits `unused import` warning when
> it's compiled as built-in:
>
> use kernel::net::phy::DeviceId;
>
> [...]
Here is the summary with links:
- [net-next,v1] rust: net::phy always define device_table in module_phy_driver macro
https://git.kernel.org/netdev/net-next/c/3ed8d344e061
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists