dmaengine: pxa_dma: remove owner assignment
debugfs file operations owner is set by core, so remove Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
parent
23a396611f
commit
376ab15fe2
|
@ -318,7 +318,6 @@ static int dbg_open_##name(struct inode *inode, struct file *file) \
|
|||
return single_open(file, dbg_show_##name, inode->i_private); \
|
||||
} \
|
||||
static const struct file_operations dbg_fops_##name = { \
|
||||
.owner = THIS_MODULE, \
|
||||
.open = dbg_open_##name, \
|
||||
.llseek = seq_lseek, \
|
||||
.read = seq_read, \
|
||||
|
|
Loading…
Reference in New Issue