projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5780888
)
lguest: remove unnecessary forward struct declaration
author
Davide Libenzi
<davidel@xmailserver.org>
Sat, 18 Jul 2009 03:47:44 +0000
(21:47 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 17 Jul 2009 12:17:44 +0000
(21:47 +0930)
While fixing lg.h to drop the fwd declaration, I noticed
there's another one ;)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/lg.h
patch
|
blob
|
history
diff --git
a/drivers/lguest/lg.h
b/drivers/lguest/lg.h
index 9c3138265f8e4fa62892321c97cd62d88c52584c..01c591923793f4d494fffef7d86a17f0da43f479 100644
(file)
--- 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;