aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-davinci/time.c')
-rw-r--r--arch/arm/mach-davinci/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/time.c b/arch/arm/mach-davinci/time.c
index 7a55b5c95971..e7ada0ca72ee 100644
--- a/arch/arm/mach-davinci/time.c
+++ b/arch/arm/mach-davinci/time.c
@@ -181,7 +181,7 @@ static struct timer_s timers[] = {
181 .name = "clockevent", 181 .name = "clockevent",
182 .opts = TIMER_OPTS_DISABLED, 182 .opts = TIMER_OPTS_DISABLED,
183 .irqaction = { 183 .irqaction = {
184 .flags = IRQF_DISABLED | IRQF_TIMER, 184 .flags = IRQF_TIMER,
185 .handler = timer_interrupt, 185 .handler = timer_interrupt,
186 } 186 }
187 }, 187 },
@@ -190,7 +190,7 @@ static struct timer_s timers[] = {
190 .period = ~0, 190 .period = ~0,
191 .opts = TIMER_OPTS_PERIODIC, 191 .opts = TIMER_OPTS_PERIODIC,
192 .irqaction = { 192 .irqaction = {
193 .flags = IRQF_DISABLED | IRQF_TIMER, 193 .flags = IRQF_TIMER,
194 .handler = freerun_interrupt, 194 .handler = freerun_interrupt,
195 } 195 }
196 }, 196 },