Skip to content

Commit

Permalink
ACPICA: Remove unused uint32_struct type
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bob Moore authored and Len Brown committed Jan 22, 2010
1 parent 758d493 commit a8f13b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/acpi/actypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit a8f13b7

Please sign in to comment.