]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/module.h
[NETFILTER]: nf_conntrack: move extern declaration to header files
[linux-2.6-omap-h63xx.git] / include / linux / module.h
index 4b2d8091a4104a0cd603d64a9240d6dbdf9b5396..9258ffd8a7f065fdba672284297d2934fba86a7e 100644 (file)
@@ -264,6 +264,7 @@ struct module
        struct module_attribute *modinfo_attrs;
        const char *version;
        const char *srcversion;
+       struct kobject *drivers_dir;
 
        /* Exported symbols */
        const struct kernel_symbol *syms;
@@ -317,9 +318,6 @@ struct module
        /* Am I unsafe to unload? */
        int unsafe;
 
-       /* Am I GPL-compatible */
-       int license_gplok;
-
        unsigned int taints;    /* same bits as kernel:tainted */
 
 #ifdef CONFIG_MODULE_UNLOAD