diff mbox

[04/16] dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers

Message ID 1317830707-17517-5-git-send-email-dave.martin@linaro.org
State Accepted
Commit 037566df2a9274cec49cab131059e1bac538be08
Headers show

Commit Message

Dave Martin Oct. 5, 2011, 4:04 p.m. UTC
Signed-off-by: Dave Martin <dave.martin@linaro.org>
---
 drivers/dma/amba-pl08x.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Vinod Koul Oct. 7, 2011, 4:33 a.m. UTC | #1
On Wed, 2011-10-05 at 17:04 +0100, Dave Martin wrote:
> Signed-off-by: Dave Martin <dave.martin@linaro.org>
> ---
>  drivers/dma/amba-pl08x.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
> index b7cbd1a..0698695 100644
> --- a/drivers/dma/amba-pl08x.c
> +++ b/drivers/dma/amba-pl08x.c
> @@ -2054,6 +2054,8 @@ static struct amba_id pl08x_ids[] = {
>  	{ 0, 0 },
>  };
>  
> +MODULE_DEVICE_TABLE(amba, pl08x_ids);
> +
>  static struct amba_driver pl08x_amba_driver = {
>  	.drv.name	= DRIVER_NAME,
>  	.id_table	= pl08x_ids,

Acked-by: Vinod Koul <vinod.koul@intel.com>
diff mbox

Patch

diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index b7cbd1a..0698695 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
@@ -2054,6 +2054,8 @@  static struct amba_id pl08x_ids[] = {
 	{ 0, 0 },
 };
 
+MODULE_DEVICE_TABLE(amba, pl08x_ids);
+
 static struct amba_driver pl08x_amba_driver = {
 	.drv.name	= DRIVER_NAME,
 	.id_table	= pl08x_ids,