projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd33de
)
Remove type field in ModuleEntry as it's not used
author
Chen Yufei
<cyfdecyf@gmail.com>
Wed, 7 Mar 2012 15:36:43 +0000
(23:36 +0800)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Mon, 19 Mar 2012 10:52:52 +0000
(10:52 +0000)
Signed-off-by: Chen Yufei <cyfdecyf@gmail.com>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
module.c
patch
|
blob
|
history
diff --git
a/module.c
b/module.c
index 106a969449d71e6be12afe4f7cb473626166d31a..c3a6da7a86712cd141acfce06c08cabde80c2dbc 100644
(file)
--- 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;