Skip to content

Commit

Permalink
x86/ioapic.c: remove redundant declaration of irq_pin_list
Browse files Browse the repository at this point in the history
The structure is defined immediately below, so there's no need
to forward declare it.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Jeremy Fitzhardinge committed Jul 14, 2009
1 parent 916a0fe commit 83c21be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*
Expand Down

0 comments on commit 83c21be

Please sign in to comment.