diff options
Diffstat (limited to 'net/ipv4/ipconfig.c')
-rw-r--r-- | net/ipv4/ipconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index ba882bec317a..cf49de1a4983 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c | |||
@@ -1200,7 +1200,7 @@ static int pnp_seq_open(struct inode *indoe, struct file *file) | |||
1200 | return single_open(file, pnp_seq_show, NULL); | 1200 | return single_open(file, pnp_seq_show, NULL); |
1201 | } | 1201 | } |
1202 | 1202 | ||
1203 | static struct file_operations pnp_seq_fops = { | 1203 | static const struct file_operations pnp_seq_fops = { |
1204 | .owner = THIS_MODULE, | 1204 | .owner = THIS_MODULE, |
1205 | .open = pnp_seq_open, | 1205 | .open = pnp_seq_open, |
1206 | .read = seq_read, | 1206 | .read = seq_read, |