]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: miscdevice: remove unnecessary import
authorTamir Duberstein <tamird@gmail.com>
Fri, 4 Jul 2025 19:50:11 +0000 (15:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Jul 2025 08:38:27 +0000 (10:38 +0200)
commitdb15ec7abd33ce245120f36be91f56f0ba0b247e
tree152222feda54f8189c4685228a17ad3b7be1c512
parent8f5d9bed6122b8d96508436e5ad2498bb797eb6b
rust: miscdevice: remove unnecessary import

`kernel::str::CStr` is included in the prelude.

Signed-off-by: Tamir Duberstein <tamird@gmail.com>
Link: https://lore.kernel.org/r/20250704-cstr-include-miscdevice-v1-1-bb9e9b17c892@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
rust/kernel/miscdevice.rs