USB: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a1cd7e99b3
commit
0b3f5fe673
@@ -1081,7 +1081,7 @@ int mon_bin_mmap(struct file *filp, struct vm_area_struct *vma)
|
||||
|
||||
#endif /* 0 */
|
||||
|
||||
static struct file_operations mon_fops_binary = {
|
||||
static const struct file_operations mon_fops_binary = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = mon_bin_open,
|
||||
.llseek = no_llseek,
|
||||
|
Reference in New Issue
Block a user