ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel recognize...
[15.05/openwrt.git] / target / linux / generic / files / crypto / ocf / ocf-bench.c
index f3fe9d0..a9a9538 100644 (file)
@@ -509,6 +509,6 @@ static void __exit ocfbench_exit(void)
 module_init(ocfbench_init);
 module_exit(ocfbench_exit);
 
-MODULE_LICENSE("BSD");
+MODULE_LICENSE("Dual BSD/GPL");
 MODULE_AUTHOR("David McCullough <david_mccullough@mcafee.com>");
 MODULE_DESCRIPTION("Benchmark various in-kernel crypto speeds");