proc now uses proc_ops, not file_operations, so fix it up to handle the 5.6-rc1 merge. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I80b5ca4448bffa3a0c5cc99a964b7e8aba2450c0 Signed-off-by: Divyanshu-Modi 15 1 parent 90e604e commit...
@@ -573,11 +571,11 @@ static int proc_seq_release(struct inode *inode, struct file *file) 573 571 return seq_release(inode, file); 574 572 } 575 573 576 - static const struct file_operations proc_seq_fops = { 577 - .open = proc_seq_open, ...
Original file line numberDiff line numberDiff line change @@ -25,26 +25,6 @@ struct rproc; /** * struct rproc_fw_ops - firmware format specific operations. * @find_rsc_table: find the resource table inside the firmware image * @find_loaded_rsc_table: find the loaded resouce table...