vserver 1.9.3
[linux-2.6.git] / scripts / mod / modpost.h
index ddb013d..4871343 100644 (file)
@@ -74,6 +74,8 @@ struct module {
        struct symbol *unres;
        int seen;
        int skip;
+       int has_init;
+       int has_cleanup;
        struct buffer dev_table_buf;
 };