git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f8f77
)
irq_work: fix compile failure on tile from missing include
author
Chris Metcalf
<cmetcalf@tilera.com>
Wed, 11 Apr 2012 16:21:39 +0000
(12:21 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Fri, 13 Apr 2012 17:15:16 +0000
(13:15 -0400)
Building with IRQ_WORK configured results in
kernel/irq_work.c: In function ‘irq_work_run’:
kernel/irq_work.c:110: error: implicit declaration of function ‘irqs_disabled’
The appropriate header just needs to be included.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
No differences found