Skip to content

Commit

Permalink
lguest: remove unnecessary forward struct declaration
Browse files Browse the repository at this point in the history
While fixing lg.h to drop the fwd declaration, I noticed
there's another one ;)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
Davide Libenzi authored and Rusty Russell committed Jul 17, 2009
1 parent 5780888 commit 27de22d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/lguest/lg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 27de22d

Please sign in to comment.