diff options
Diffstat (limited to 'drivers/gpu/nova-core/firmware/riscv.rs')
| -rw-r--r-- | drivers/gpu/nova-core/firmware/riscv.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nova-core/firmware/riscv.rs b/drivers/gpu/nova-core/firmware/riscv.rs index 28dfef63657a..4bdd89bd0757 100644 --- a/drivers/gpu/nova-core/firmware/riscv.rs +++ b/drivers/gpu/nova-core/firmware/riscv.rs @@ -3,8 +3,6 @@ //! Support for firmware binaries designed to run on a RISC-V core. Such firmwares files have a //! dedicated header. -use core::mem::size_of; - use kernel::{ device, firmware::Firmware, |
