]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - crypto/acompress.c
netfilter: provide nft_ctx in object init function
[mirror_ubuntu-artful-kernel.git] / crypto / acompress.c
index 887783d8e9a926f98891f7b01d0223cf41a19fb0..47d11627cd2096996a7ce0cf82ffa8d710a4087d 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/crypto.h>
 #include <crypto/algapi.h>
 #include <linux/cryptouser.h>
+#include <linux/compiler.h>
 #include <net/netlink.h>
 #include <crypto/internal/acompress.h>
 #include <crypto/internal/scompress.h>
@@ -50,7 +51,7 @@ static int crypto_acomp_report(struct sk_buff *skb, struct crypto_alg *alg)
 #endif
 
 static void crypto_acomp_show(struct seq_file *m, struct crypto_alg *alg)
-       __attribute__ ((unused));
+       __maybe_unused;
 
 static void crypto_acomp_show(struct seq_file *m, struct crypto_alg *alg)
 {