aboutsummaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2010-01-21 10:09:43 +0800
committerLen Brown <len.brown@intel.com>2010-01-22 12:30:08 -0500
commita8f13b7083a10580eeed0723df4b414ed741e0d2 (patch)
tree062bae6dbdddbaa2dd58e61a423815e2d1d64e10 /include/acpi
parent758d49313d0bdea1c41aa1d91ab204ca47177aae (diff)
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>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/actypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index 07f2cdcc5eb..2ccfa47a0ed 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 */