mmc: dw_mmc: k3: 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: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
eff8f2f5df
commit
7026fd663b
1 changed files with 1 additions and 1 deletions
|
@ -193,4 +193,4 @@ module_platform_driver(dw_mci_k3_pltfm_driver);
|
|||
|
||||
MODULE_DESCRIPTION("K3 Specific DW-MSHC Driver Extension");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("platform:dwmmc-k3");
|
||||
MODULE_ALIAS("platform:dwmmc_k3");
|
||||
|
|
Loading…
Reference in a new issue