]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
lguest: remove unnecessary forward struct declaration
authorDavide Libenzi <davidel@xmailserver.org>
Sat, 18 Jul 2009 03:47:44 +0000 (21:47 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 17 Jul 2009 12:17:44 +0000 (21:47 +0930)
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

index 9c3138265f8e4fa62892321c97cd62d88c52584c..01c591923793f4d494fffef7d86a17f0da43f479 100644 (file)
@@ -38,8 +38,6 @@ struct lguest_pages
 #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;