Commit 87d88c9d authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] *** Warning: "acpi_register_gsi" [drivers/serial/8250_acpi.ko] undefined!

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent c76f4547
......@@ -28,6 +28,7 @@
#include <linux/acpi.h>
#include <linux/efi.h>
#include <linux/irq.h>
#include <linux/module.h>
#include <asm/pgalloc.h>
#include <asm/io_apic.h>
#include <asm/apic.h>
......@@ -465,6 +466,7 @@ unsigned int acpi_register_gsi(u32 gsi, int edge_level, int active_high_low)
acpi_gsi_to_irq(gsi, &irq);
return irq;
}
EXPORT_SYMBOL(acpi_register_gsi);
static unsigned long __init
acpi_scan_rsdp (
......
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