diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 10:15:20 -0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 05:58:30 -0500 |
commit | 037566df2a9274cec49cab131059e1bac538be08 (patch) | |
tree | 29de8aadef95b6d3c8a94c5db8284645a0cdbda1 /drivers/dma | |
parent | 4e3f3d53b8b5d597e36c075e01014e9019a44d55 (diff) |
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/amba-pl08x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index b7cbd1ab1db1..0698695e8bf9 100644 --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c | |||
@@ -2054,6 +2054,8 @@ static struct amba_id pl08x_ids[] = { | |||
2054 | { 0, 0 }, | 2054 | { 0, 0 }, |
2055 | }; | 2055 | }; |
2056 | 2056 | ||
2057 | MODULE_DEVICE_TABLE(amba, pl08x_ids); | ||
2058 | |||
2057 | static struct amba_driver pl08x_amba_driver = { | 2059 | static struct amba_driver pl08x_amba_driver = { |
2058 | .drv.name = DRIVER_NAME, | 2060 | .drv.name = DRIVER_NAME, |
2059 | .id_table = pl08x_ids, | 2061 | .id_table = pl08x_ids, |