浏览代码

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>
Alexander Shiyan 11 年之前
父节点
当前提交
4de9b3b044
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/dma/imx-dma.c

+ 1 - 0
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,