From: Dave Martin Date: Wed, 5 Oct 2011 14:15:20 +0000 (+0100) Subject: dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers X-Git-Tag: v3.3-rc1~177^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=037566df2a9274cec49cab131059e1bac538be08;p=profile%2Fivi%2Fkernel-x86-ivi.git dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers Signed-off-by: Dave Martin Acked-by: Vinod Koul --- 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,