Commit 4de9b3b0442cdb6d604069b47ffe920813ef6710

Authored by Alexander Shiyan
Committed by Vinod Koul
1 parent 1d94fe0601

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/dma/imx-dma.c
... ... @@ -1236,6 +1236,7 @@
1236 1236 static struct platform_driver imxdma_driver = {
1237 1237 .driver = {
1238 1238 .name = "imx-dma",
  1239 + .owner = THIS_MODULE,
1239 1240 .of_match_table = imx_dma_of_dev_id,
1240 1241 },
1241 1242 .id_table = imx_dma_devtype,