X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=crypto%2Fhash.c;h=4ccd22deef399aa477ba9e5c958d1516ff5dc50f;hb=9a6bf6fe716ea09160ee11660ee66a930167692b;hp=12c4514f3478df49786e7fe36009bb1e4fa95fd6;hpb=7baca6ad0ef09c8a78d798c93a3ce25336e8f50f;p=linux-2.6-omap-h63xx.git diff --git a/crypto/hash.c b/crypto/hash.c index 12c4514f347..4ccd22deef3 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");