]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/ahash.c
sched/headers: Remove <linux/sched.h> from <linux/sched/stat.h>
[karo-tx-linux.git] / crypto / ahash.c
index 2ce8bcb9049c8a6aa3c3120287816509b9b8228a..e58c4970c22b7cc1cdb5e8f08875d9c1e7714568 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/slab.h>
 #include <linux/seq_file.h>
 #include <linux/cryptouser.h>
+#include <linux/compiler.h>
 #include <net/netlink.h>
 
 #include "internal.h"
@@ -493,7 +494,7 @@ static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg)
 #endif
 
 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg)
-       __attribute__ ((unused));
+       __maybe_unused;
 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg)
 {
        seq_printf(m, "type         : ahash\n");