Fix a bunch of warnings

This commit is contained in:
bjorn3
2026-04-03 20:57:39 +02:00
parent 3cbce1b9ac
commit b805336cfc
7 changed files with 22 additions and 35 deletions
+1 -6
View File
@@ -2,12 +2,7 @@
//! It is incredibly unsafe, and should be minimal in nature
//! It must create the IDT with the correct entries, those entries are
//! defined in other files inside of the `arch` module
use core::{
arch::naked_asm,
cell::SyncUnsafeCell,
slice,
sync::atomic::{AtomicBool, Ordering},
};
use core::{arch::naked_asm, cell::SyncUnsafeCell, slice};
use fdt::Fdt;