OSDN Git Service

dma: imx-dma: Add missing module owner field
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 22 Feb 2014 18:16:48 +0000 (22:16 +0400)
committerVinod Koul <vinod.koul@intel.com>
Thu, 6 Mar 2014 15:21:09 +0000 (20:51 +0530)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-dma.c

index ac60113..286660a 100644 (file)
@@ -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,