diff options
Diffstat (limited to 'arch/sparc/kernel/irq.c')
-rw-r--r-- | arch/sparc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/irq.c b/arch/sparc/kernel/irq.c index 087390b092b0..93e1d1c65290 100644 --- a/arch/sparc/kernel/irq.c +++ b/arch/sparc/kernel/irq.c | |||
@@ -154,7 +154,7 @@ void (*sparc_init_timers)(irq_handler_t ) = | |||
154 | struct irqaction static_irqaction[MAX_STATIC_ALLOC]; | 154 | struct irqaction static_irqaction[MAX_STATIC_ALLOC]; |
155 | int static_irq_count; | 155 | int static_irq_count; |
156 | 156 | ||
157 | struct { | 157 | static struct { |
158 | struct irqaction *action; | 158 | struct irqaction *action; |
159 | int flags; | 159 | int flags; |
160 | } sparc_irq[NR_IRQS]; | 160 | } sparc_irq[NR_IRQS]; |