summaryrefslogtreecommitdiff
path: root/source/include/acrestyp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acrestyp.h')
-rw-r--r--source/include/acrestyp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acrestyp.h b/source/include/acrestyp.h
index f045c2000..1df062426 100644
--- a/source/include/acrestyp.h
+++ b/source/include/acrestyp.h
@@ -538,7 +538,7 @@ typedef struct acpi_resource_extended_irq
UINT8 WakeCapable;
UINT8 InterruptCount;
ACPI_RESOURCE_SOURCE ResourceSource;
- UINT32 Interrupts[1];
+ UINT32 Interrupts[];
} ACPI_RESOURCE_EXTENDED_IRQ;