Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27de22d0 authored by Davide Libenzi's avatar Davide Libenzi Committed by Rusty Russell
Browse files

lguest: remove unnecessary forward struct declaration



While fixing lg.h to drop the fwd declaration, I noticed
there's another one ;)

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 5780888b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;