mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 08:04:49 +01:00
rust: devres: remove unused import
As far as I can tell, `c_str` was never used, hence remove it. Signed-off-by: Tamir Duberstein <tamird@gmail.com> Link: https://lore.kernel.org/r/20250704-cstr-include-devres-v1-1-4ee9e56fca09@gmail.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
parent
65f8f0d4e0
commit
6d16cd5769
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ struct Inner<T: Send> {
|
|||
/// # Example
|
||||
///
|
||||
/// ```no_run
|
||||
/// # use kernel::{bindings, c_str, device::{Bound, Device}, devres::Devres, io::{Io, IoRaw}};
|
||||
/// # use kernel::{bindings, device::{Bound, Device}, devres::Devres, io::{Io, IoRaw}};
|
||||
/// # use core::ops::Deref;
|
||||
///
|
||||
/// // See also [`pci::Bar`] for a real example.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue