From: Rusty Russell <rusty@rustcorp.com.au>
Date: Thu, 25 Oct 2007 04:10:30 +0000 (+1000)
Subject: lguest: remove unused "wake" element from struct lguest
X-Git-Tag: v2.6.24-rc2~142^2~4
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=197bff630ae586252d24b3595c54f8f9b712610a;p=linux-2.6-omap-h63xx.git

lguest: remove unused "wake" element from struct lguest

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---

diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h
index d9144beca82..0c74ac42cf0 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 */