diff options
Diffstat (limited to 'crypto/akcipher.c')
-rw-r--r-- | crypto/akcipher.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/akcipher.c b/crypto/akcipher.c index def301ed1288..cfbdb06d8ca8 100644 --- a/crypto/akcipher.c +++ b/crypto/akcipher.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/slab.h> | 17 | #include <linux/slab.h> |
18 | #include <linux/string.h> | 18 | #include <linux/string.h> |
19 | #include <linux/crypto.h> | 19 | #include <linux/crypto.h> |
20 | #include <linux/compiler.h> | ||
20 | #include <crypto/algapi.h> | 21 | #include <crypto/algapi.h> |
21 | #include <linux/cryptouser.h> | 22 | #include <linux/cryptouser.h> |
22 | #include <net/netlink.h> | 23 | #include <net/netlink.h> |
@@ -47,7 +48,7 @@ static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) | |||
47 | #endif | 48 | #endif |
48 | 49 | ||
49 | static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) | 50 | static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) |
50 | __attribute__ ((unused)); | 51 | __maybe_unused; |
51 | 52 | ||
52 | static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) | 53 | static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) |
53 | { | 54 | { |