aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-10-09 16:26:05 -0300
committerChris Ball <cjb@laptop.org>2012-11-07 15:02:00 -0500
commit6eb30adf962983754f1a05eb79c2a9260fb7f5a6 (patch)
treeccc3a2930704a926bb3ff653f171e50374f1c5aa /drivers/mmc
parentmmc: omap_hsmmc: fix NULL pointer dereference for dt boot (diff)
downloadlinux-dev-6eb30adf962983754f1a05eb79c2a9260fb7f5a6.tar.xz
linux-dev-6eb30adf962983754f1a05eb79c2a9260fb7f5a6.zip
mmc: mxcmmc: Fix MODULE_ALIAS
The correct name for the driver is "mxc-mmc". Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/mxcmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index 565c2e4fac75..6290b7f1ccfe 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -1134,4 +1134,4 @@ module_platform_driver(mxcmci_driver);
MODULE_DESCRIPTION("i.MX Multimedia Card Interface Driver");
MODULE_AUTHOR("Sascha Hauer, Pengutronix");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:imx-mmc");
+MODULE_ALIAS("platform:mxc-mmc");