Re: [PATCH] crypto: api - Unexport crypto_larval_lookup()

2017-12-22 Thread Herbert Xu
Eric Biggers wrote: > From: Eric Biggers > > crypto_larval_lookup() is not used outside of crypto/api.c, so unexport > it and mark it 'static'. > > Signed-off-by: Eric Biggers Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor

[PATCH] crypto: api - Unexport crypto_larval_lookup()

2017-12-07 Thread Eric Biggers
From: Eric Biggers crypto_larval_lookup() is not used outside of crypto/api.c, so unexport it and mark it 'static'. Signed-off-by: Eric Biggers --- crypto/api.c | 4 ++-- crypto/internal.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crypto/api.c b/crypto/api.c in