X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fablkcipher.c;h=94140b3756fcd598d49179deac34ed5a80a83ed5;hb=18229df5b613ed0732a766fc37850de2e7988e43;hp=3bcb099b4a85bd779d752f7d42868c48cb07d87a;hpb=b7e23d913aafc93fc5f119e1be17620073cc3811;p=linux-2.6-omap-h63xx.git diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c index 3bcb099b4a8..94140b3756f 100644 --- a/crypto/ablkcipher.c +++ b/crypto/ablkcipher.c @@ -341,6 +341,3 @@ err: return ERR_PTR(err); } EXPORT_SYMBOL_GPL(crypto_alloc_ablkcipher); - -MODULE_LICENSE("GPL"); -MODULE_DESCRIPTION("Asynchronous block chaining cipher type");