summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-07-05 15:29:15 +0530
committerVinod Koul <vinod.koul@intel.com>2016-07-23 16:07:25 +0530
commita19346eaeca780fd61b845a3ccb0362ecb2c6e23 (patch)
tree1ae0fdd22a8e473d64e9d6dee0ff3f571c2e6443 /drivers/dma
parentbd16934a5630f1e7294f33f1f72d89d4f6e6aeae (diff)
downloadlinux-0-day-a19346eaeca780fd61b845a3ccb0362ecb2c6e23.tar.gz
linux-0-day-a19346eaeca780fd61b845a3ccb0362ecb2c6e23.tar.xz
dmaengine: coh901318: remove owner assignment
debugfs file operations owner is set by core, so remove Signed-off-by: Vinod Koul <vinod.koul@intel.com> Cc: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/coh901318.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c
index e17fc79001fee..e4acd63e42aa3 100644
--- a/drivers/dma/coh901318.c
+++ b/drivers/dma/coh901318.c
@@ -1365,7 +1365,6 @@ static int coh901318_debugfs_read(struct file *file, char __user *buf,
}
static const struct file_operations coh901318_debugfs_status_operations = {
- .owner = THIS_MODULE,
.open = simple_open,
.read = coh901318_debugfs_read,
.llseek = default_llseek,