]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/module.h
Pull bugfix into test branch
[linux-2.6-omap-h63xx.git] / include / linux / module.h
index d33df2408e0518033ecd846637bfa77309296872..10f771a49997e6d4f289c4be1b0013f099eb9db4 100644 (file)
@@ -319,6 +319,13 @@ struct module
 
        unsigned int taints;    /* same bits as kernel:tainted */
 
+#ifdef CONFIG_GENERIC_BUG
+       /* Support for BUG */
+       struct list_head bug_list;
+       struct bug_entry *bug_table;
+       unsigned num_bugs;
+#endif
+
 #ifdef CONFIG_MODULE_UNLOAD
        /* Reference counts */
        struct module_ref ref[NR_CPUS];