diff options
Diffstat (limited to 'arch/ia64/kernel/iosapic.c')
-rw-r--r-- | arch/ia64/kernel/iosapic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c index 7936b62f7a2e..c0c3f55b0231 100644 --- a/arch/ia64/kernel/iosapic.c +++ b/arch/ia64/kernel/iosapic.c | |||
@@ -776,7 +776,6 @@ again: | |||
776 | return vector; | 776 | return vector; |
777 | } | 777 | } |
778 | 778 | ||
779 | #ifdef CONFIG_ACPI_DEALLOCATE_IRQ | ||
780 | void | 779 | void |
781 | iosapic_unregister_intr (unsigned int gsi) | 780 | iosapic_unregister_intr (unsigned int gsi) |
782 | { | 781 | { |
@@ -859,7 +858,6 @@ iosapic_unregister_intr (unsigned int gsi) | |||
859 | spin_unlock(&iosapic_lock); | 858 | spin_unlock(&iosapic_lock); |
860 | spin_unlock_irqrestore(&idesc->lock, flags); | 859 | spin_unlock_irqrestore(&idesc->lock, flags); |
861 | } | 860 | } |
862 | #endif /* CONFIG_ACPI_DEALLOCATE_IRQ */ | ||
863 | 861 | ||
864 | /* | 862 | /* |
865 | * ACPI calls this when it finds an entry for a platform interrupt. | 863 | * ACPI calls this when it finds an entry for a platform interrupt. |