commit | ef1f0982540e5f79c8bbf3675bbc0a9734dba3fc | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Wed Apr 11 12:21:39 2012 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri Apr 13 13:15:16 2012 -0400 |
tree | 7865706f7112dbb5c195c41695bbfdcf9e5471ee | |
parent | 85f8f7759e418c814ee2ceacf73eddb9bed39492 [diff] |
irq_work: fix compile failure on tile from missing include 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>