From: Alexander Shiyan Date: Sat, 22 Feb 2014 18:16:48 +0000 (+0400) Subject: dma: imx-dma: Add missing module owner field X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4de9b3b0442cdb6d604069b47ffe920813ef6710;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git dma: imx-dma: Add missing module owner field Signed-off-by: Alexander Shiyan Signed-off-by: Vinod Koul --- 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,