summaryrefslogtreecommitdiff
path: root/source/include/amlresrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/amlresrc.h')
-rw-r--r--source/include/amlresrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/amlresrc.h b/source/include/amlresrc.h
index 05fa1505d..a8e288add 100644
--- a/source/include/amlresrc.h
+++ b/source/include/amlresrc.h
@@ -506,7 +506,7 @@ typedef struct aml_resource_extended_irq
union {
UINT32 Interrupt;
ACPI_FLEX_ARRAY(UINT32, Interrupts);
- };
+ } u;
/* ResSourceIndex, ResSource optional fields follow */
} AML_RESOURCE_EXTENDED_IRQ;