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 14 năm trước cách đây
mục cha
commit
e8fa516a42
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)
 {