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

Jassi Brar jaswinder.singh at linaro.org
Thu Oct 6 01:17:36 EDT 2011


On 5 October 2011 21:34, Dave Martin <dave.martin at linaro.org> wrote:
> Signed-off-by: Dave Martin <dave.martin at 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 at gmail.com>

Thanks.



More information about the linux-arm-kernel mailing list