]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/asn1_decoder.c
Merge tag 'pm-4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[karo-tx-linux.git] / lib / asn1_decoder.c
index 554522934c442ae15c01b1b1266e8e3e9515bfbd..0bd8a611eb83c99aad01fcee01143bbaad490845 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/export.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
+#include <linux/module.h>
 #include <linux/asn1_decoder.h>
 #include <linux/asn1_ber_bytecode.h>
 
@@ -506,3 +507,5 @@ error:
        return -EBADMSG;
 }
 EXPORT_SYMBOL_GPL(asn1_ber_decoder);
+
+MODULE_LICENSE("GPL");