diff mbox

[05/16] dmaengine: pl330: Enable module alias autogeneration for AMBA drivers

Message ID 1317830707-17517-6-git-send-email-dave.martin@linaro.org
State Accepted
Commit e8fa516a4231682204d646df01c7bf3f0cfe4893
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/pl330.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Jassi Brar Oct. 6, 2011, 5:17 a.m. UTC | #1
On 5 October 2011 21:34, Dave Martin <dave.martin@linaro.org> wrote:
> Signed-off-by: Dave Martin <dave.martin@linaro.org>
> ---
>  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 57104147..2d8d1b0 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)
>  {

Acked-by: Jassi Brar <jassisinghbrar@gmail.com>

Thanks.
Vinod Koul Oct. 7, 2011, 4:32 a.m. UTC | #2
On Thu, 2011-10-06 at 10:47 +0530, Jassi Brar wrote:
> On 5 October 2011 21:34, Dave Martin <dave.martin@linaro.org> wrote:
> > Signed-off-by: Dave Martin <dave.martin@linaro.org>
> > ---
> >  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 57104147..2d8d1b0 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)
> >  {
> 
> Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
> 
Acked-by: Vinod Koul <vinod.koul@intel.com>
diff mbox

Patch

diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index 57104147..2d8d1b0 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)
 {