diff options
-rw-r--r-- | arch/x86/kernel/io_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c index 679e7bbbbcd6..b8c8a8e99341 100644 --- a/arch/x86/kernel/io_apic.c +++ b/arch/x86/kernel/io_apic.c | |||
@@ -481,7 +481,7 @@ static void __unmask_IO_APIC_irq(unsigned int irq) | |||
481 | } | 481 | } |
482 | 482 | ||
483 | #ifdef CONFIG_X86_64 | 483 | #ifdef CONFIG_X86_64 |
484 | void io_apic_sync(struct irq_pin_list *entry) | 484 | static void io_apic_sync(struct irq_pin_list *entry) |
485 | { | 485 | { |
486 | /* | 486 | /* |
487 | * Synchronize the IO-APIC and the CPU by doing | 487 | * Synchronize the IO-APIC and the CPU by doing |