Skip to content

Commit

Permalink
acpi: Remove Clone Copy traits for MADT
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbom committed Dec 14, 2024
1 parent 49b0da8 commit b5ef704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acpi/src/madt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum MadtError {
/// * The Streamlined Advanced Programmable Interrupt Controller (SAPIC) model (for Itanium systems)
/// * The Generic Interrupt Controller (GIC) model (for ARM systems)
#[repr(C, packed)]
#[derive(Debug, Clone, Copy)]
#[derive(Debug)]
pub struct Madt {
pub header: SdtHeader,
pub local_apic_address: u32,
Expand Down

0 comments on commit b5ef704

Please sign in to comment.