summaryrefslogtreecommitdiff
path: root/crypto/cipher.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-01-09 12:20:41 +0000
committerMark Brown <broonie@kernel.org>2017-01-09 12:20:41 +0000
commit0d6c1ba342ec528e952c4c99833cd4802918f9c7 (patch)
tree3f9b77b397ec915c0eb026a9b6425e82fa843e67 /crypto/cipher.c
parent3e39d71f9e785538cfb91cd75e7f169bb2a34d5b (diff)
parent46cc85f2e4aef88c237a0407cf5d163619a4d565 (diff)
downloadlinux-crypto-0d6c1ba342ec528e952c4c99833cd4802918f9c7.tar.gz
linux-crypto-0d6c1ba342ec528e952c4c99833cd4802918f9c7.zip
Merge tag 'v4.10-rc1' into spi-s3c64xx
Linux 4.10-rc1
Diffstat (limited to 'crypto/cipher.c')
-rw-r--r--crypto/cipher.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/cipher.c b/crypto/cipher.c
index 39541e0e..94fa3551 100644
--- a/crypto/cipher.c
+++ b/crypto/cipher.c
@@ -116,7 +116,3 @@ int crypto_init_cipher_ops(struct crypto_tfm *tfm)
return 0;
}
-
-void crypto_exit_cipher_ops(struct crypto_tfm *tfm)
-{
-}