Skip to content

Commit

Permalink
dma: imx-dma: Add missing module owner field
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Alexander Shiyan authored and Vinod Koul committed Mar 6, 2014
1 parent 1d94fe0 commit 4de9b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/imx-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4de9b3b

Please sign in to comment.