commit | 27de22d03d6808a82bbe9bd7e3cc75d60132ba9e | [log] [tgz] |
---|---|---|
author | Davide Libenzi <davidel@xmailserver.org> | Fri Jul 17 21:47:44 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 17 21:47:44 2009 +0930 |
tree | e38eee58015f1d7abb5f5e08c445be08748c266e | |
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>
diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h index 9c31382..01c5919 100644 --- a/drivers/lguest/lg.h +++ b/drivers/lguest/lg.h
@@ -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;