Commit cf6921d5 authored by David Mosberger's avatar David Mosberger

ia64: Patch by Bjorn Helgaas: acpi_register_irq() must be exported to enable

      modular ACPI device drivers.
parent eeee3e54
......@@ -631,5 +631,6 @@ acpi_register_irq (u32 gsi, u32 polarity, u32 trigger)
(polarity == ACPI_ACTIVE_HIGH) ? IOSAPIC_POL_HIGH : IOSAPIC_POL_LOW,
(trigger == ACPI_EDGE_SENSITIVE) ? IOSAPIC_EDGE : IOSAPIC_LEVEL);
}
EXPORT_SYMBOL(acpi_register_irq);
#endif /* CONFIG_ACPI_BOOT */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment