summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@wdc.com>2018-01-05 08:26:47 -0800
committerJens Axboe <axboe@kernel.dk>2018-01-06 09:18:00 -0700
commit3515cc9b73d44e4ffe8dd9796b65ce21f6d789e9 (patch)
tree8acaced119d22ee50adae1820351c01e4a22adc5 /crypto/Kconfig
parent479a1006060c7452064ee0c83b25c7e648c479aa (diff)
downloadlinux-crypto-3515cc9b73d44e4ffe8dd9796b65ce21f6d789e9.tar.gz
linux-crypto-3515cc9b73d44e4ffe8dd9796b65ce21f6d789e9.zip
crypto: scompress - use sgl_alloc() and sgl_free()
Use the sgl_alloc() and sgl_free() functions instead of open coding these functions. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index f7911963..20360e04 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -106,6 +106,7 @@ config CRYPTO_KPP
config CRYPTO_ACOMP2
tristate
select CRYPTO_ALGAPI2
+ select SGL_ALLOC
config CRYPTO_ACOMP
tristate