aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2009-06-08 06:13:04 -0400
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2009-07-14 16:32:49 -0400
commit83c21bedf63ce92a2dd82ae2c7a96179b0aa4372 (patch)
tree544bf394486ad87cb2187c1eb367af4bf4c83457 /arch
parent916a0fe739f151664f7f07b42543ae6fd4caec49 (diff)
x86/ioapic.c: remove redundant declaration of irq_pin_list
The structure is defined immediately below, so there's no need to forward declare it. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 1a3414442583..ec52e0c045c4 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -116,8 +116,6 @@ static int __init parse_noapic(char *str)
116} 116}
117early_param("noapic", parse_noapic); 117early_param("noapic", parse_noapic);
118 118
119struct irq_pin_list;
120
121/* 119/*
122 * This is performance-critical, we want to do it O(1) 120 * This is performance-critical, we want to do it O(1)
123 * 121 *