X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=crypto%2Fhash.c;h=4ccd22deef399aa477ba9e5c958d1516ff5dc50f;hb=b6d1c9a44744224d83125a5a89c1a6cc4db27361;hp=12c4514f3478df49786e7fe36009bb1e4fa95fd6;hpb=9783e1df7a6bd1e4dc5e2cafcdc29b65a47473d6;p=karo-tx-linux.git diff --git a/crypto/hash.c b/crypto/hash.c index 12c4514f3478..4ccd22deef39 100644 --- a/crypto/hash.c +++ b/crypto/hash.c @@ -41,7 +41,7 @@ static int crypto_init_hash_ops(struct crypto_tfm *tfm, u32 type, u32 mask) } static void crypto_hash_show(struct seq_file *m, struct crypto_alg *alg) - __attribute_used__; + __attribute__ ((unused)); static void crypto_hash_show(struct seq_file *m, struct crypto_alg *alg) { seq_printf(m, "type : hash\n");