We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdee26 commit 9247404Copy full SHA for 9247404
drivers/gpu/nova-core/driver.rs
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: GPL-2.0
2
3
-use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sync::Arc, sizes::SZ_16M};
+use kernel::{auxiliary, bindings, c_str, device::Core, pci, prelude::*, sizes::SZ_16M, sync::Arc};
4
5
use crate::gpu::Gpu;
6
0 commit comments