]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rust: net::phy scope ThisModule usage in the module_phy_driver macro
authorRahul Rameshbabu <sergeantsagara@protonmail.com>
Sat, 14 Dec 2024 19:43:06 +0000 (19:43 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 17 Dec 2024 12:30:45 +0000 (13:30 +0100)
commitd22f955cc2cb9684dd45396f974101f288869485
tree5a15f5785ef5c18281977ba7ca34348616ae15f2
parentff9f17ce2e53887e74fc0e72711ece42526836ed
rust: net::phy scope ThisModule usage in the module_phy_driver macro

Similar to the use of $crate::Module, ThisModule should be referred to as
$crate::ThisModule in the macro evaluation. The reason the macro previously
did not cause any errors is because all the users of the macro would use
kernel::prelude::*, bringing ThisModule into scope.

Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
Reviewed-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20241214194242.19505-1-sergeantsagara@protonmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
rust/kernel/net/phy.rs