Subject: lguest: remove unnecessary forward struct declaration
From: Davide Libenzi <davidel@xmailserver.org>

While fixing lg.h to drop the fwd declaration, I noticed 
there's another one ;)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 drivers/lguest/lg.h |    2 --
 1 file changed, 2 deletions(-)

diff -u
--- a/drivers/lguest/lg.h	2009-06-15 15:35:24.000000000 -0700
+++ b/drivers/lguest/lg.h	2009-06-24 17:08:26.000000000 -0700
@@ -38,8 +38,6 @@
 #define CHANGED_GDT_TLS		4 /* Actually a subset of CHANGED_GDT */
 #define CHANGED_ALL	        3
 
-struct lguest;
-
 struct lg_cpu {
 	unsigned int id;
 	struct lguest *lg;
