Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8f13b70 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Remove unused uint32_struct type



This type is not used in ACPICA and thus removed.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 758d4931
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 */