aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorDave Martin <dave.martin@linaro.org>2011-10-05 15:15:21 +0100
committerDave Martin <dave.martin@linaro.org>2011-11-22 10:58:31 +0000
commit9f99835f1121bf81f1323b6267ea2957a179da2b (patch)
treed49aabf32631b70122551ecddcf5bec298f1e7ea /drivers/mmc
parentinput: ambakmi: Enable module alias autogeneration for AMBA drivers (diff)
downloadlinux-dev-9f99835f1121bf81f1323b6267ea2957a179da2b.tar.xz
linux-dev-9f99835f1121bf81f1323b6267ea2957a179da2b.zip
mmc: mmci: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/mmci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 50b5f9926f64..05d6a91d0382 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -1496,6 +1496,8 @@ static struct amba_id mmci_ids[] = {
{ 0, 0 },
};
+MODULE_DEVICE_TABLE(amba, mmci_ids);
+
static struct amba_driver mmci_driver = {
.drv = {
.name = DRIVER_NAME,