summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/uacpi/resources.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpi/uacpi/resources.c')
-rw-r--r--sys/dev/acpi/uacpi/resources.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpi/uacpi/resources.c b/sys/dev/acpi/uacpi/resources.c
index a9bcb82..f1a25ec 100644
--- a/sys/dev/acpi/uacpi/resources.c
+++ b/sys/dev/acpi/uacpi/resources.c
@@ -602,7 +602,6 @@ static uacpi_size aml_size_for_serial_connection(
#define ARG1(value) .f2.arg1 = (value)
#define ARG2(value) .f3.arg2 = (value)
-
static const struct uacpi_resource_convert_instruction convert_irq_to_native[] = {
OP(PACKED_ARRAY_16, AML_F(irq, irq_mask), NATIVE_F(irq, irqs),
ARG2(NATIVE_O(irq, num_irqs))),