mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
rust: rcpufreq_dt: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Signed-off-by: Guru Das Srinagesh <linux@gurudas.dev> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
parent
d87cb889dc
commit
f456178290
|
|
@ -4,12 +4,19 @@
|
|||
|
||||
use kernel::{
|
||||
clk::Clk,
|
||||
cpu, cpufreq,
|
||||
cpu,
|
||||
cpufreq, //
|
||||
cpumask::CpumaskVar,
|
||||
device::{Core, Device},
|
||||
device::{
|
||||
Core,
|
||||
Device, //
|
||||
},
|
||||
error::code::*,
|
||||
macros::vtable,
|
||||
module_platform_driver, of, opp, platform,
|
||||
module_platform_driver,
|
||||
of,
|
||||
opp,
|
||||
platform, //
|
||||
prelude::*,
|
||||
str::CString,
|
||||
sync::Arc,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user