qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/8] Remove type field in ModuleEntry as it's not us


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 1/8] Remove type field in ModuleEntry as it's not used
Date: Mon, 19 Mar 2012 12:22:53 +0000

From: Chen Yufei <address@hidden>

Signed-off-by: Chen Yufei <address@hidden>
Acked-by: Andreas Färber <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]