From: Bob Moore Date: Thu, 21 Jan 2010 02:09:43 +0000 (+0800) Subject: ACPICA: Remove unused uint32_struct type X-Git-Tag: upstream/snapshot3+hdmi~15540^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8f13b7083a10580eeed0723df4b414ed741e0d2;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ACPICA: Remove unused uint32_struct type This type is not used in ACPICA and thus removed. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 07f2cdc..2ccfa47 100644 --- a/include/acpi/actypes.h +++ b/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 */