aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorYang Xiwen <[email protected]>2024-02-29 09:36:20 +0800
committerUlf Hansson <[email protected]>2024-03-05 13:01:53 +0100
commitdab267cf0e568fec2f6d38bbfe9abac749539ca8 (patch)
tree0398cd36c7229ca6fe80c97c57e73097920e20ca /drivers
parent88803989ff6d73155969df94cc84f1ecd28c4d9c (diff)
mmc: dw_mmc-hi3798cv200: remove MODULE_ALIAS()
The alias is not used and should be removed. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Yang Xiwen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/host/dw_mmc-hi3798cv200.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/dw_mmc-hi3798cv200.c b/drivers/mmc/host/dw_mmc-hi3798cv200.c
index e9470c50a348..61923a518369 100644
--- a/drivers/mmc/host/dw_mmc-hi3798cv200.c
+++ b/drivers/mmc/host/dw_mmc-hi3798cv200.c
@@ -201,4 +201,3 @@ module_platform_driver(dw_mci_hi3798cv200_driver);
MODULE_DESCRIPTION("HiSilicon Hi3798CV200 Specific DW-MSHC Driver Extension");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:dwmmc_hi3798cv200");