Skip to content

Commit cb174f0

Browse files
committed
fixup! rust: drm: gem: Add GEM object abstraction
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 3d96fd9 commit cb174f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/kernel/drm/gem/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub mod shmem;
1010
use alloc::boxed::Box;
1111

1212
use crate::{
13+
alloc::flags::*,
1314
bindings,
1415
drm::{device, drv, file},
1516
error::{to_result, Result},

0 commit comments

Comments
 (0)