projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19346e
)
dmaengine: fsl_raid: remove owner assignment
author
Vinod Koul
<vinod.koul@intel.com>
Tue, 5 Jul 2016 10:02:25 +0000
(15:32 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:26 +0000
(16:07 +0530)
platform driver operations owner is set by core, so remove
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Cc: Xuelin Shi <xuelin.shi@freescale.com>
drivers/dma/fsl_raid.c
patch
|
blob
|
history
diff --git
a/drivers/dma/fsl_raid.c
b/drivers/dma/fsl_raid.c
index
ec9c73b
..
aad167e
100644
(file)
--- a/
drivers/dma/fsl_raid.c
+++ b/
drivers/dma/fsl_raid.c
@@
-892,7
+892,6
@@
static struct of_device_id fsl_re_ids[] = {
static struct platform_driver fsl_re_driver = {
.driver = {
.name = "fsl-raideng",
- .owner = THIS_MODULE,
.of_match_table = fsl_re_ids,
},
.probe = fsl_re_probe,