All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Remove type field in ModuleEntry as it's not used.
@ 2012-03-07 15:36 ` Chen Yufei
  0 siblings, 0 replies; 6+ messages in thread
From: Chen Yufei @ 2012-03-07 15:36 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel

Signed-off-by: Chen Yufei <cyfdecyf@gmail.com>
---
 module.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/module.c b/module.c
index 106a969..c3a6da7 100644
--- a/module.c
+++ b/module.c
@@ -19,7 +19,6 @@
 
 typedef struct ModuleEntry
 {
-    module_init_type type;
     void (*init)(void);
     QTAILQ_ENTRY(ModuleEntry) node;
 } ModuleEntry;
-- 
1.7.3.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-15  9:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07 15:36 [Qemu-trivial] [PATCH] Remove type field in ModuleEntry as it's not used Chen Yufei
2012-03-07 15:36 ` [Qemu-devel] " Chen Yufei
2012-03-07 16:19 ` [Qemu-trivial] " Andreas Färber
2012-03-07 16:19   ` Andreas Färber
2012-03-15  8:17 ` [Qemu-trivial] " Stefan Hajnoczi
2012-03-15  8:17   ` [Qemu-devel] " Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.