From: Davide Libenzi Date: Sat, 18 Jul 2009 03:47:44 +0000 (-0600) Subject: lguest: remove unnecessary forward struct declaration X-Git-Tag: v2.6.31-rc4~33^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27de22d03d6808a82bbe9bd7e3cc75d60132ba9e;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- 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 @@ 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;