]> Git Repo - qemu.git/blobdiff - module.c
pci: Unregister BARs before device exit
[qemu.git] / 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;
This page took 0.021538 seconds and 4 git commands to generate.