dmaengine: coh901318: remove owner assignment
authorVinod Koul <vinod.koul@intel.com>
Tue, 5 Jul 2016 09:59:15 +0000 (15:29 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:25 +0000 (16:07 +0530)
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>
drivers/dma/coh901318.c

index e17fc79..e4acd63 100644 (file)
@@ -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,