diff mbox

[4/4] dma: imx-dma: Add missing module owner field

Message ID 1393093008-19667-4-git-send-email-shc_work@mail.ru (mailing list archive)
State Accepted
Commit 4de9b3b0442c
Delegated to: Vinod Koul
Headers show

Commit Message

Alexander Shiyan Feb. 22, 2014, 6:16 p.m. UTC
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 drivers/dma/imx-dma.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Vinod Koul March 6, 2014, 3:22 p.m. UTC | #1
On Sat, Feb 22, 2014 at 10:16:48PM +0400, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Applied, thanks
diff mbox

Patch

diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c
index 609efcf..563ad6a 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -1238,6 +1238,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,