]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/scompress.c
sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>
[karo-tx-linux.git] / crypto / scompress.c
index 35e396d154b7b8219d2f8e1985bcf4121a19c01a..6b048b36312dac5f97b47e56765fc7ed9d686aa5 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 #include <linux/crypto.h>
+#include <linux/compiler.h>
 #include <linux/vmalloc.h>
 #include <crypto/algapi.h>
 #include <linux/cryptouser.h>
@@ -57,7 +58,7 @@ static int crypto_scomp_report(struct sk_buff *skb, struct crypto_alg *alg)
 #endif
 
 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg)
-       __attribute__ ((unused));
+       __maybe_unused;
 
 static void crypto_scomp_show(struct seq_file *m, struct crypto_alg *alg)
 {