projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3c11d
)
clocksource: tcb_clksrc: Remove IRQF_DISABLED
author
Boris BREZILLON
<b.brezillon@overkiz.com>
Wed, 2 Oct 2013 12:35:48 +0000
(14:35 +0200)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 3 Oct 2013 14:28:40 +0000
(16:28 +0200)
Remove the deprecated IRQF_DISABLED flag.
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/tcb_clksrc.c
patch
|
blob
|
history
diff --git
a/drivers/clocksource/tcb_clksrc.c
b/drivers/clocksource/tcb_clksrc.c
index 10a5d9ef23f57dfb3240bfe597a77db61e8929fc..00fdd11702849e042a2550dec0ac089075ada987 100644
(file)
--- a/
drivers/clocksource/tcb_clksrc.c
+++ b/
drivers/clocksource/tcb_clksrc.c
@@
-180,7
+180,7
@@
static irqreturn_t ch2_irq(int irq, void *handle)
static struct irqaction tc_irqaction = {
.name = "tc_clkevt",
- .flags = IRQF_TIMER
| IRQF_DISABLED
,
+ .flags = IRQF_TIMER,
.handler = ch2_irq,
};