소스 검색

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>
Vinod Koul 9 년 전
부모
커밋
a19346eaec
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      drivers/dma/coh901318.c

+ 0 - 1
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 = {
 static const struct file_operations coh901318_debugfs_status_operations = {
-	.owner		= THIS_MODULE,
 	.open		= simple_open,
 	.open		= simple_open,
 	.read		= coh901318_debugfs_read,
 	.read		= coh901318_debugfs_read,
 	.llseek		= default_llseek,
 	.llseek		= default_llseek,