diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 15:15:20 +0100 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 10:58:31 +0000 |
commit | e8fa516a4231682204d646df01c7bf3f0cfe4893 (patch) | |
tree | 557be3f546dd8d250084a516a1564bd29818d443 /drivers/dma | |
parent | 037566df2a9274cec49cab131059e1bac538be08 (diff) |
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/pl330.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 571041477ab2..2d8d1b041d95 100644 --- a/drivers/dma/pl330.c +++ b/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) { |