projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d94fe0
)
dma: imx-dma: Add missing module owner field
author
Alexander Shiyan
<shc_work@mail.ru>
Sat, 22 Feb 2014 18:16:48 +0000
(22:16 +0400)
committer
Vinod 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/imx-dma.c
b/drivers/dma/imx-dma.c
index ac6011359d6575869360b51267722222677ca904..286660a12cc695b699b1e319968f89e148431dad 100644
(file)
--- 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,