Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7ca2b16 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Ulf Hansson
Browse files

mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading work



Make the modalias match driver name, this is required to make module
auto-loading work.

Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
CC: Doug Anderson <dianders@chromium.org>
Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 2fc546fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,5 +153,5 @@ module_platform_driver(dw_mci_rockchip_pltfm_driver);

MODULE_AUTHOR("Addy Ke <addy.ke@rock-chips.com>");
MODULE_DESCRIPTION("Rockchip Specific DW-MSHC Driver Extension");
MODULE_ALIAS("platform:dwmmc-rockchip");
MODULE_ALIAS("platform:dwmmc_rockchip");
MODULE_LICENSE("GPL v2");