summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-09-30 11:43:08 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-10-12 16:53:43 +0200
commit48b2650196364e4ef124efb841b63c2326e4ccb2 (patch)
tree012d6cac76a83e002f73ba0ad6813b1269147a1c /arch/x86/kernel/apic/io_apic.c
parent1a8ce7ff68d777195da2d340561bda610e533a64 (diff)
downloadop-kernel-dev-48b2650196364e4ef124efb841b63c2326e4ccb2.zip
op-kernel-dev-48b2650196364e4ef124efb841b63c2326e4ccb2.tar.gz
x86: uv: Clean up the direct access to irq_desc
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 0102543..5193f20 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -178,7 +178,7 @@ int __init arch_early_irq_init(void)
}
#ifdef CONFIG_SPARSE_IRQ
-struct irq_cfg *irq_cfg(unsigned int irq)
+static struct irq_cfg *irq_cfg(unsigned int irq)
{
return get_irq_chip_data(irq);
}
OpenPOWER on IntegriCloud