Skip to content

Commit 5b24503

Browse files
committed
fixup! drm/asahi: Fix build with !DEV_COREDUMP
1 parent 49713fd commit 5b24503

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ use kernel::{
3232
types::ForeignOwnable,
3333
};
3434
#[cfg(CONFIG_DEV_COREDUMP)]
35-
use kernel::devcoredump;
35+
use kernel::{
36+
devcoredump,
37+
time::msecs_to_jiffies, //
38+
};
3639

3740
use crate::alloc::Allocator;
3841
use crate::debug::*;

0 commit comments

Comments
 (0)