diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h index d9144beca82c2265d5a8a96984ab20249d19c818..0c74ac42cf01df3a1a120a0a224cf3b999f1d9fd 100644 --- a/drivers/lguest/lg.h +++ b/drivers/lguest/lg.h @@ -74,9 +74,6 @@ struct lguest u32 pgdidx; struct pgdir pgdirs[4]; - /* Cached wakeup: we hold a reference to this task. */ - struct task_struct *wake; - unsigned long noirq_start, noirq_end; unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */