Browse Source

dmaengine: pl330: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Dave Martin 13 years ago
parent
commit
e8fa516a42
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/dma/pl330.c

+ 2 - 0
drivers/dma/pl330.c

@@ -990,6 +990,8 @@ static struct amba_id pl330_ids[] = {
 	{ 0, 0 },
 };
 
+MODULE_DEVICE_TABLE(amba, pl330_ids);
+
 #ifdef CONFIG_PM_RUNTIME
 static int pl330_runtime_suspend(struct device *dev)
 {