diff --git a/[refs] b/[refs] index 289f471bc8fc..461562388519 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 758d49313d0bdea1c41aa1d91ab204ca47177aae +refs/heads/master: a8f13b7083a10580eeed0723df4b414ed741e0d2 diff --git a/trunk/include/acpi/actypes.h b/trunk/include/acpi/actypes.h index 07f2cdcc5eb1..2ccfa47a0ed7 100644 --- a/trunk/include/acpi/actypes.h +++ b/trunk/include/acpi/actypes.h @@ -385,11 +385,6 @@ union uint64_overlay { struct uint64_struct part; }; -struct uint32_struct { - u32 lo; - u32 hi; -}; - #define ACPI_INTEGER_BIT_SIZE 64 #define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */