From: Vinod Koul Date: Tue, 5 Jul 2016 09:59:15 +0000 (+0530) Subject: dmaengine: coh901318: remove owner assignment X-Git-Tag: v4.8-rc1~117^2^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19346eaeca780fd61b845a3ccb0362ecb2c6e23;p=thirdparty%2Fkernel%2Flinux.git dmaengine: coh901318: remove owner assignment debugfs file operations owner is set by core, so remove Signed-off-by: Vinod Koul Cc: Linus Walleij --- 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,