Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: hisilicon - Remove useless MODULE macros

As we already merge hardware sgl into hisi_qm module, remove useless
MODULE macros.

Fixes: 48c1cd40fae3 (crypto: hisilicon - merge sgl support to hisi_qm module)
Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Zhou Wang and committed by
Herbert Xu
528c4d10 484a897f

-4
-4
drivers/crypto/hisilicon/sgl.c
··· 263 263 hw_sgl->entry_length_in_sgl = 0; 264 264 } 265 265 EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_unmap); 266 - 267 - MODULE_LICENSE("GPL v2"); 268 - MODULE_AUTHOR("Zhou Wang <wangzhou1@hisilicon.com>"); 269 - MODULE_DESCRIPTION("HiSilicon Accelerator SGL support");