spi: sh-msiof: drop unneeded MODULE_ALIAS

JIRA: https://issues.redhat.com/browse/RHEL-34056

commit 3323129a6db96b6878a260601b30651ca40caa54
Author: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Date:   Thu Sep 16 18:44:23 2021 +0200

    spi: sh-msiof: 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>
    Link: https://lore.kernel.org/r/20210916164423.134603-2-krzysztof.kozlowski@canonical.com
    Signed-off-by: Mark Brown <broonie@kernel.org>

Signed-off-by: Radu Rendec <rrendec@redhat.com>
This commit is contained in:
Radu Rendec 2024-04-24 11:13:50 -04:00
parent f4fe43f25b
commit b2eef6ab78
1 changed files with 0 additions and 1 deletions

View File

@ -1426,4 +1426,3 @@ module_platform_driver(sh_msiof_spi_drv);
MODULE_DESCRIPTION("SuperH MSIOF SPI Controller Interface Driver");
MODULE_AUTHOR("Magnus Damm");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:spi_sh_msiof");