diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 10:15:20 -0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 05:58:31 -0500 |
commit | e8fa516a4231682204d646df01c7bf3f0cfe4893 (patch) | |
tree | 557be3f546dd8d250084a516a1564bd29818d443 /drivers/dma/pl330.c | |
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/pl330.c')
-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[] = { | |||
990 | { 0, 0 }, | 990 | { 0, 0 }, |
991 | }; | 991 | }; |
992 | 992 | ||
993 | MODULE_DEVICE_TABLE(amba, pl330_ids); | ||
994 | |||
993 | #ifdef CONFIG_PM_RUNTIME | 995 | #ifdef CONFIG_PM_RUNTIME |
994 | static int pl330_runtime_suspend(struct device *dev) | 996 | static int pl330_runtime_suspend(struct device *dev) |
995 | { | 997 | { |