diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-22 22:16:48 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-03-06 20:51:09 +0530 |
commit | 4de9b3b0442cdb6d604069b47ffe920813ef6710 (patch) | |
tree | 61dd1b13b54c767d2f3f0d77a0a69d0428db7195 /drivers/dma/imx-dma.c | |
parent | 1d94fe0601de795e9f43e289bb381f10b53d48f8 (diff) |
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.c | 1 |
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, |