Skip to content
Snippets Groups Projects
Commit 1bca3fdd authored by Lyude Paul's avatar Lyude Paul
Browse files

HACK: Fix base drm binding breakage from being out of date

parent 72056eac
No related merge requests found
......@@ -80,7 +80,6 @@ impl<T: drm::drv::Driver> Device<T> {
patchlevel: T::INFO.patchlevel,
name: T::INFO.name.as_char_ptr() as *mut _,
desc: T::INFO.desc.as_char_ptr() as *mut _,
date: T::INFO.date.as_char_ptr() as *mut _,
driver_features: T::FEATURES,
ioctls: T::IOCTLS.as_ptr(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment