]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86/ioapic.c: remove redundant declaration of irq_pin_list
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 8 Jun 2009 10:13:04 +0000 (03:13 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 14 Jul 2009 20:32:49 +0000 (13:32 -0700)
The structure is defined immediately below, so there's no need
to forward declare it.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/kernel/apic/io_apic.c

index 1a341444258373a418d9ad4e6894c8519d662e7b..ec52e0c045c4df12f8a2ce53dcd54b677a0a0dce 100644 (file)
@@ -116,8 +116,6 @@ static int __init parse_noapic(char *str)
 }
 early_param("noapic", parse_noapic);
 
-struct irq_pin_list;
-
 /*
  * This is performance-critical, we want to do it O(1)
  *