Browse Source

mmc: mmci: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Dave Martin 13 years ago
parent
commit
9f99835f11
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/mmc/host/mmci.c

+ 2 - 0
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,