Use unqualified references to ffi types
authorTamir Duberstein <tamird@gmail.com>
Wed, 25 Jun 2025 12:25:38 +0000 (05:25 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 1 Jul 2025 07:49:18 +0000 (09:49 +0200)
commit22955d942f281e476f1db997c1fd4f24c6e3b693
tree9d831b8f2c278dab3276297ac5c5be8493bc2bde
parentaed4969f2bdfda5a2670684a02f483d261152816
Use unqualified references to ffi types

Remove unnecessary qualifications; `kernel::ffi::*` is included in
`kernel::prelude`.

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Reviewed-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Link: https://patch.msgid.link/20250625-correct-type-cast-v2-1-6f2c29729e69@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
rust/kernel/net/phy.rs