diff options
author | Bart Van Assche | 2018-01-05 08:26:47 -0800 |
---|---|---|
committer | Jens Axboe | 2018-01-06 09:18:00 -0700 |
commit | 8cd579d2794b90f810e534e75783ba78cdc91a07 (patch) | |
tree | 4f995103b1aa340b3d91d3530c0afd58cec4ffb6 /crypto/Kconfig | |
parent | e80a0af4759a164214f02da157a3800753ce135f (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index f7911963bb79..20360e040425 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 |