diff options
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r-- | arch/ia64/kernel/acpi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index 90680255032e..78f28d825f30 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
@@ -615,8 +615,6 @@ int acpi_register_gsi(u32 gsi, int triggering, int polarity) | |||
615 | IOSAPIC_LEVEL); | 615 | IOSAPIC_LEVEL); |
616 | } | 616 | } |
617 | 617 | ||
618 | EXPORT_SYMBOL(acpi_register_gsi); | ||
619 | |||
620 | void acpi_unregister_gsi(u32 gsi) | 618 | void acpi_unregister_gsi(u32 gsi) |
621 | { | 619 | { |
622 | if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) | 620 | if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) |
@@ -625,8 +623,6 @@ void acpi_unregister_gsi(u32 gsi) | |||
625 | iosapic_unregister_intr(gsi); | 623 | iosapic_unregister_intr(gsi); |
626 | } | 624 | } |
627 | 625 | ||
628 | EXPORT_SYMBOL(acpi_unregister_gsi); | ||
629 | |||
630 | static int __init acpi_parse_fadt(struct acpi_table_header *table) | 626 | static int __init acpi_parse_fadt(struct acpi_table_header *table) |
631 | { | 627 | { |
632 | struct acpi_table_header *fadt_header; | 628 | struct acpi_table_header *fadt_header; |