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)
commit83c21bedf63ce92a2dd82ae2c7a96179b0aa4372
tree544bf394486ad87cb2187c1eb367af4bf4c83457
parent916a0fe739f151664f7f07b42543ae6fd4caec49
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>
arch/x86/kernel/apic/io_apic.c