Kaynağa Gözat

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>
Jeremy Fitzhardinge 16 yıl önce
ebeveyn
işleme
83c21bedf6
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      arch/x86/kernel/apic/io_apic.c

+ 0 - 2
arch/x86/kernel/apic/io_apic.c

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