]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: net::phy Change module_phy_driver macro to use module_device_table macro
authorFUJITA Tomonori <fujita.tomonori@gmail.com>
Fri, 11 Jul 2025 04:09:47 +0000 (13:09 +0900)
committerDanilo Krummrich <dakr@kernel.org>
Wed, 16 Jul 2025 21:39:07 +0000 (23:39 +0200)
commit9a8682f0875b8cedad42bdfe601e6ab204fad06d
tree312a3fef75dbc4bef5120f6df3b774547a7a835e
parentf65a3218fd92cbe3e00f25427e1c9255b8973b31
rust: net::phy Change module_phy_driver macro to use module_device_table macro

Change module_phy_driver macro to build device tables which are
exported to userspace by using module_device_table macro.

Acked-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Link: https://lore.kernel.org/r/20250711040947.1252162-4-fujita.tomonori@gmail.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/net/phy.rs