]> err.no Git - linux-2.6/blobdiff - scripts/mod/modpost.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6] / scripts / mod / modpost.h
index f7ee3a3fde147e8402d76f3a6a23e624c7425bed..2b00c606284408bb447de187da7911f341d567a7 100644 (file)
@@ -100,6 +100,7 @@ buf_write(struct buffer *buf, const char *s, int len);
 struct module {
        struct module *next;
        const char *name;
+       int gpl_compatible;
        struct symbol *unres;
        int seen;
        int skip;