aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 4d9b26e044bc..5ed82963c005 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -201,6 +201,7 @@ struct irq_desc {
201#endif 201#endif
202#endif 202#endif
203 atomic_t threads_active; 203 atomic_t threads_active;
204 unsigned long forced_threads_active;
204 wait_queue_head_t wait_for_threads; 205 wait_queue_head_t wait_for_threads;
205#ifdef CONFIG_PROC_FS 206#ifdef CONFIG_PROC_FS
206 struct proc_dir_entry *dir; 207 struct proc_dir_entry *dir;