diff options
author | Davide Libenzi <davidel@xmailserver.org> | 2009-07-17 21:47:44 -0600 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-07-17 21:47:44 +0930 |
commit | 27de22d03d6808a82bbe9bd7e3cc75d60132ba9e (patch) | |
tree | e38eee58015f1d7abb5f5e08c445be08748c266e /drivers/lguest | |
parent | 5780888bcac316508eb5f4dd23bbea8b5057647c (diff) |
lguest: remove unnecessary forward struct declaration
While fixing lg.h to drop the fwd declaration, I noticed
there's another one ;)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest')
-rw-r--r-- | drivers/lguest/lg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h index 9c3138265f8e..01c591923793 100644 --- a/drivers/lguest/lg.h +++ b/drivers/lguest/lg.h @@ -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; |