diff options
Diffstat (limited to 'arch/arm/mach-at91rm9200/at91rm9200_time.c')
-rw-r--r-- | arch/arm/mach-at91rm9200/at91rm9200_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91rm9200/at91rm9200_time.c b/arch/arm/mach-at91rm9200/at91rm9200_time.c index 0aa22650a00f..a92a8622c78a 100644 --- a/arch/arm/mach-at91rm9200/at91rm9200_time.c +++ b/arch/arm/mach-at91rm9200/at91rm9200_time.c | |||
@@ -85,7 +85,7 @@ static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_r | |||
85 | 85 | ||
86 | static struct irqaction at91rm9200_timer_irq = { | 86 | static struct irqaction at91rm9200_timer_irq = { |
87 | .name = "at91_tick", | 87 | .name = "at91_tick", |
88 | .flags = SA_SHIRQ | SA_INTERRUPT | SA_TIMER, | 88 | .flags = IRQF_SHARED | IRQF_DISABLED | IRQF_TIMER, |
89 | .handler = at91rm9200_timer_interrupt | 89 | .handler = at91rm9200_timer_interrupt |
90 | }; | 90 | }; |
91 | 91 | ||