diff options
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 8ce8fec615ba..61a6fa465d71 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -3120,7 +3120,7 @@ static int bond_info_open(struct inode *inode, struct file *file) | |||
3120 | return res; | 3120 | return res; |
3121 | } | 3121 | } |
3122 | 3122 | ||
3123 | static struct file_operations bond_info_fops = { | 3123 | static const struct file_operations bond_info_fops = { |
3124 | .owner = THIS_MODULE, | 3124 | .owner = THIS_MODULE, |
3125 | .open = bond_info_open, | 3125 | .open = bond_info_open, |
3126 | .read = seq_read, | 3126 | .read = seq_read, |