projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e1480
)
clocksource: sun4i: remove IRQF_DISABLED
author
Maxime Ripard
<
[email protected]
>
Mon, 14 Oct 2013 19:07:48 +0000
(21:07 +0200)
committer
Daniel Lezcano
<
[email protected]
>
Tue, 22 Oct 2013 20:36:50 +0000
(22:36 +0200)
IRQF_DISABLED is a no-op nowadays, so we can safely remove it.
Signed-off-by: Maxime Ripard <
[email protected]
>
Signed-off-by: Daniel Lezcano <
[email protected]
>
drivers/clocksource/sun4i_timer.c
patch
|
blob
|
history
diff --git
a/drivers/clocksource/sun4i_timer.c
b/drivers/clocksource/sun4i_timer.c
index 46008f9f49ad0966f0de2f3b73980f82771465fb..2fb4695a28d83e2e0f26c1e787b0c575612c650c 100644
(file)
--- a/
drivers/clocksource/sun4i_timer.c
+++ b/
drivers/clocksource/sun4i_timer.c
@@
-133,7
+133,7
@@
static irqreturn_t sun4i_timer_interrupt(int irq, void *dev_id)
static struct irqaction sun4i_timer_irq = {
.name = "sun4i_timer0",
- .flags = IRQF_
DISABLED | IRQF_
TIMER | IRQF_IRQPOLL,
+ .flags = IRQF_TIMER | IRQF_IRQPOLL,
.handler = sun4i_timer_interrupt,
.dev_id = &sun4i_clockevent,
};