dma: document dma_*map*_attrs() interfaces
[safe/jmp/linux-2.6] / crypto / api.c
index a2496d1..0a0f41e 100644 (file)
@@ -445,3 +445,6 @@ int crypto_has_alg(const char *name, u32 type, u32 mask)
        return ret;
 }
 EXPORT_SYMBOL_GPL(crypto_has_alg);
+
+MODULE_DESCRIPTION("Cryptographic core API");
+MODULE_LICENSE("GPL");