drivers/graphics/ihdgd: Fix a couple of warnings

This commit is contained in:
bjorn3
2026-04-05 13:06:06 +02:00
parent 2572723da9
commit 071ce1e98f
+1 -3
View File
@@ -1,6 +1,4 @@
use std::{mem, ptr, slice};
use common::dma::Dma;
use std::{ptr, slice};
use crate::device::ggtt::GlobalGtt;
use crate::device::MmioRegion;