Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPICA: Remove unused uint32_struct type

This type is not used in ACPICA and thus removed.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by

Bob Moore and committed by
Len Brown
a8f13b70 758d4931

-5
-5
include/acpi/actypes.h
··· 385 385 struct uint64_struct part; 386 386 }; 387 387 388 - struct uint32_struct { 389 - u32 lo; 390 - u32 hi; 391 - }; 392 - 393 388 #define ACPI_INTEGER_BIT_SIZE 64 394 389 #define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */ 395 390