Skip to content

Commit 45be4ea

Browse files
committed
fixup! rust: drm: gem: Add GEM object abstraction
1 parent bf2210f commit 45be4ea

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
@@ -237,6 +237,7 @@ impl<T: DriverObject> Object<T> {
237237
vmap: None,
238238
vunmap: None,
239239
mmap: None,
240+
status: None,
240241
vm_ops: core::ptr::null_mut(),
241242
evict: None,
242243
};

0 commit comments

Comments
 (0)