mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
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>
This commit is contained in:
parent
ca605f97da
commit
7c5329697e
1 changed files with 0 additions and 1 deletions
|
@ -615,7 +615,6 @@ static struct platform_driver marvell_cesa = {
|
|||
};
|
||||
module_platform_driver(marvell_cesa);
|
||||
|
||||
MODULE_ALIAS("platform:mv_crypto");
|
||||
MODULE_AUTHOR("Boris Brezillon <boris.brezillon@free-electrons.com>");
|
||||
MODULE_AUTHOR("Arnaud Ebalard <arno@natisbad.org>");
|
||||
MODULE_DESCRIPTION("Support for Marvell's cryptographic engine");
|
||||
|
|
Loading…
Reference in a new issue