aboutsummaryrefslogtreecommitdiff
path: root/include/acpi/actypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/actypes.h')
-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 */