From: Dave Martin Date: Wed, 5 Oct 2011 14:15:20 +0000 (+0100) Subject: dmaengine: pl330: Enable module alias autogeneration for AMBA drivers X-Git-Tag: firefly_0821_release~3680^2~3829^2~11 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e8fa516a4231682204d646df01c7bf3f0cfe4893;p=firefly-linux-kernel-4.4.55.git dmaengine: pl330: Enable module alias autogeneration for AMBA drivers Signed-off-by: Dave Martin Acked-by: Jassi Brar Acked-by: Vinod Koul --- 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) {