mmc: mmci: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
2dfff23591
commit
9f99835f11
drivers/mmc/host
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue