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
1 changed files with 2 additions and 0 deletions
|
@ -1496,6 +1496,8 @@ static struct amba_id mmci_ids[] = {
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MODULE_DEVICE_TABLE(amba, mmci_ids);
|
||||||
|
|
||||||
static struct amba_driver mmci_driver = {
|
static struct amba_driver mmci_driver = {
|
||||||
.drv = {
|
.drv = {
|
||||||
.name = DRIVER_NAME,
|
.name = DRIVER_NAME,
|
||||||
|
|
Loading…
Add table
Reference in a new issue