From c1cda76c0cfb184ab241c5fbde66f7ca92da8e79 Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Fri, 18 Jan 2013 11:00:14 -0500 Subject: Remove tasklet::owner field (just commented out). --- include/linux/interrupt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 9fc31289a1bb..af52b5c497b9 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -501,10 +501,11 @@ struct tasklet_struct atomic_t count; void (*func)(unsigned long); unsigned long data; - +#if 0 #if defined(CONFIG_LITMUS_SOFTIRQD) || defined(CONFIG_LITMUS_PAI_SOFTIRQD) struct task_struct *owner; #endif +#endif }; struct tasklet_head -- cgit v1.2.2