diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 14:15:21 (GMT) |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 10:58:31 (GMT) |
commit | 9f99835f1121bf81f1323b6267ea2957a179da2b (patch) | |
tree | d49aabf32631b70122551ecddcf5bec298f1e7ea /drivers | |
parent | 2dfff235918276638875a1d094f061083ccd6de8 (diff) | |
download | linux-9f99835f1121bf81f1323b6267ea2957a179da2b.tar.xz |
mmc: mmci: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/mmci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 50b5f99..05d6a91 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, |