devices: remove unneeded #[allow(dead_code)]

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-03 14:31:06 +02:00
committed by Rob Bradford
parent e9fa6e6295
commit 5da4406a87
-1
View File
@@ -234,7 +234,6 @@ pub fn create_file_name(name: &str) -> [u8; FILE_NAME_SIZE] {
c_name c_name
} }
#[allow(dead_code)]
#[repr(C, packed)] #[repr(C, packed)]
#[derive(Debug, IntoBytes, FromBytes, Clone, Copy)] #[derive(Debug, IntoBytes, FromBytes, Clone, Copy)]
struct BootE820Entry { struct BootE820Entry {