提交 376ab15f 编写于 作者: V Vinod Koul

dmaengine: pxa_dma: remove owner assignment

debugfs file operations owner is set by core, so remove
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
Acked-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 23a39661
...@@ -318,7 +318,6 @@ static int dbg_open_##name(struct inode *inode, struct file *file) \ ...@@ -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); \ return single_open(file, dbg_show_##name, inode->i_private); \
} \ } \
static const struct file_operations dbg_fops_##name = { \ static const struct file_operations dbg_fops_##name = { \
.owner = THIS_MODULE, \
.open = dbg_open_##name, \ .open = dbg_open_##name, \
.llseek = seq_lseek, \ .llseek = seq_lseek, \
.read = seq_read, \ .read = seq_read, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册