summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Martin <dave.martin@linaro.org>2011-10-05 15:15:20 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2012-01-09 12:09:18 +0000
commitd24da924969c20392b9b2c3e0f2d6f9c65b50d15 (patch)
tree24f1ce0837ca8198d9ee9c8de097e6f51dbd9358
parentcf67849114160421a63be454475d6eb409e410f1 (diff)
downloadvexpress-a9-d24da924969c20392b9b2c3e0f2d6f9c65b50d15.tar.gz
dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r--drivers/dma/amba-pl08x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index b7cbd1ab1db..0698695e8bf 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,