Skip to content

Commit

Permalink
dmaengine: pl330: Enable module alias autogeneration for AMBA drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent 037566d commit e8fa516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/dma/pl330.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e8fa516

Please sign in to comment.