diff options
Diffstat (limited to 'arch/ia64/kernel/acpi.c')
-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 00b5d08f6da8..78206f1b71d2 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
@@ -601,8 +601,6 @@ int acpi_register_gsi(u32 gsi, int triggering, int polarity) | |||
601 | IOSAPIC_LEVEL); | 601 | IOSAPIC_LEVEL); |
602 | } | 602 | } |
603 | 603 | ||
604 | EXPORT_SYMBOL(acpi_register_gsi); | ||
605 | |||
606 | void acpi_unregister_gsi(u32 gsi) | 604 | void acpi_unregister_gsi(u32 gsi) |
607 | { | 605 | { |
608 | if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) | 606 | if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) |
@@ -611,8 +609,6 @@ void acpi_unregister_gsi(u32 gsi) | |||
611 | iosapic_unregister_intr(gsi); | 609 | iosapic_unregister_intr(gsi); |
612 | } | 610 | } |
613 | 611 | ||
614 | EXPORT_SYMBOL(acpi_unregister_gsi); | ||
615 | |||
616 | static int __init acpi_parse_fadt(struct acpi_table_header *table) | 612 | static int __init acpi_parse_fadt(struct acpi_table_header *table) |
617 | { | 613 | { |
618 | struct acpi_table_header *fadt_header; | 614 | struct acpi_table_header *fadt_header; |