diff options
Diffstat (limited to 'crypto/skcipher.c')
-rw-r--r-- | crypto/skcipher.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/skcipher.c b/crypto/skcipher.c index 6ee6a1521e0b..014af741fc6a 100644 --- a/crypto/skcipher.c +++ b/crypto/skcipher.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <crypto/scatterwalk.h> | 19 | #include <crypto/scatterwalk.h> |
20 | #include <linux/bug.h> | 20 | #include <linux/bug.h> |
21 | #include <linux/cryptouser.h> | 21 | #include <linux/cryptouser.h> |
22 | #include <linux/compiler.h> | ||
22 | #include <linux/list.h> | 23 | #include <linux/list.h> |
23 | #include <linux/module.h> | 24 | #include <linux/module.h> |
24 | #include <linux/rtnetlink.h> | 25 | #include <linux/rtnetlink.h> |
@@ -807,7 +808,7 @@ static void crypto_skcipher_free_instance(struct crypto_instance *inst) | |||
807 | } | 808 | } |
808 | 809 | ||
809 | static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) | 810 | static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) |
810 | __attribute__ ((unused)); | 811 | __maybe_unused; |
811 | static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) | 812 | static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) |
812 | { | 813 | { |
813 | struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, | 814 | struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, |