Skip to content
Snippets Groups Projects
Commit f92834c0 authored by Daniel Almeida's avatar Daniel Almeida
Browse files

disallow improper_ctypes

parent 5166349e
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,12 @@
//! Driver for the Arm Mali CSF-based GPUs.
#![allow(improper_ctypes)]
#![allow(dead_code)]
#![allow(unused_variables)]
mod driver;
mod gem;
mod file;
mod gem;
use kernel::module_platform_driver;
......
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