]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: auxiliary: Use `c_` types from prelude instead of
authorAbhinav Ananthu <abhinav.ogl@gmail.com>
Tue, 12 Aug 2025 07:51:10 +0000 (13:21 +0530)
committerDanilo Krummrich <dakr@kernel.org>
Fri, 15 Aug 2025 18:04:08 +0000 (20:04 +0200)
commit4005dac6573128d6e7b46c4ed43df1b23dab7765
treecb542bfcdee6f6c3cf01945cabb081cf89f76548
parent377c2b3c46c6ff33cb6559b98c44e22f1ff9fefc
rust: auxiliary: Use `c_` types from prelude instead of

Update auxiliary FFI callback signatures to reference the `c_` types
provided by the kernel prelude, rather than accessing them via
`kernel::ffi::`.

Signed-off-by: Abhinav Ananthu <abhinav.ogl@gmail.com>
Link: https://lore.kernel.org/r/20250812075109.4099-1-abhinav.ogl@gmail.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/auxiliary.rs