Skip to content

Commit c2e06aa

Browse files
committed
fixup! rust: drm: Add Device and Driver abstractions
1 parent 3538579 commit c2e06aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/kernel/drm/drv.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ impl<T: Driver> Registration<T> {
226226
gem_prime_mmap: T::Object::ALLOC_OPS.gem_prime_mmap,
227227
dumb_create: T::Object::ALLOC_OPS.dumb_create,
228228
dumb_map_offset: T::Object::ALLOC_OPS.dumb_map_offset,
229+
show_fdinfo: None,
229230

230231
major: T::INFO.major,
231232
minor: T::INFO.minor,

0 commit comments

Comments
 (0)