On 2019/11/1 14:13, Herbert Xu wrote: > On Sat, Oct 26, 2019 at 10:57:21AM +0800, Zhou Wang wrote: >> Use sgl API to get sgl dma addr and len, this will help to avoid compile >> error in some platforms. So NEED_SG_DMA_LENGTH can be removed here, which >> can only be selected by arch code. >> >> Signed-off-by: Zhou Wang <wangzhou1@xxxxxxxxxxxxx> >> Suggested-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> >> --- >> drivers/crypto/hisilicon/Kconfig | 1 - >> drivers/crypto/hisilicon/sgl.c | 4 ++-- >> 2 files changed, 2 insertions(+), 3 deletions(-) > > Patch applied. Thanks. Thanks. >