aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r--include/linux/interrupt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index af52b5c497b9..7ffc79559866 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -502,7 +502,7 @@ struct tasklet_struct
502 void (*func)(unsigned long); 502 void (*func)(unsigned long);
503 unsigned long data; 503 unsigned long data;
504#if 0 504#if 0
505#if defined(CONFIG_LITMUS_SOFTIRQD) || defined(CONFIG_LITMUS_PAI_SOFTIRQD) 505#if defined(CONFIG_LITMUS_SOFTIRQD)
506 struct task_struct *owner; 506 struct task_struct *owner;
507#endif 507#endif
508#endif 508#endif