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

Configure Feed

Select the types of activity you want to include in your feed.

crypto: marvell/cesa - drop unneeded MODULE_ALIAS

The MODULE_DEVICE_TABLE already creates proper alias for platform
driver. Having another MODULE_ALIAS causes the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Krzysztof Kozlowski and committed by
Herbert Xu
7c532969 ca605f97

-1
-1
drivers/crypto/marvell/cesa/cesa.c
··· 615 615 }; 616 616 module_platform_driver(marvell_cesa); 617 617 618 - MODULE_ALIAS("platform:mv_crypto"); 619 618 MODULE_AUTHOR("Boris Brezillon <boris.brezillon@free-electrons.com>"); 620 619 MODULE_AUTHOR("Arnaud Ebalard <arno@natisbad.org>"); 621 620 MODULE_DESCRIPTION("Support for Marvell's cryptographic engine");