aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-dma.c
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-02-22 22:16:48 +0400
committerVinod Koul <vinod.koul@intel.com>2014-03-06 20:51:09 +0530
commit4de9b3b0442cdb6d604069b47ffe920813ef6710 (patch)
tree61dd1b13b54c767d2f3f0d77a0a69d0428db7195 /drivers/dma/imx-dma.c
parentdma: imx-dma: Replace printk with dev_* (diff)
downloadlinux-dev-4de9b3b0442cdb6d604069b47ffe920813ef6710.tar.xz
linux-dev-4de9b3b0442cdb6d604069b47ffe920813ef6710.zip
dma: imx-dma: Add missing module owner field
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/imx-dma.c')
-rw-r--r--drivers/dma/imx-dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c
index ac6011359d65..286660a12cc6 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -1236,6 +1236,7 @@ static int imxdma_remove(struct platform_device *pdev)
static struct platform_driver imxdma_driver = {
.driver = {
.name = "imx-dma",
+ .owner = THIS_MODULE,
.of_match_table = imx_dma_of_dev_id,
},
.id_table = imx_dma_devtype,