diff options
Diffstat (limited to 'net/x25/x25_proc.c')
-rw-r--r-- | net/x25/x25_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/x25_proc.c b/net/x25/x25_proc.c index 78b05342606e..3f52b09bed03 100644 --- a/net/x25/x25_proc.c +++ b/net/x25/x25_proc.c | |||
@@ -293,7 +293,7 @@ static const struct file_operations x25_seq_route_fops = { | |||
293 | .release = seq_release, | 293 | .release = seq_release, |
294 | }; | 294 | }; |
295 | 295 | ||
296 | static struct file_operations x25_seq_forward_fops = { | 296 | static const struct file_operations x25_seq_forward_fops = { |
297 | .owner = THIS_MODULE, | 297 | .owner = THIS_MODULE, |
298 | .open = x25_seq_forward_open, | 298 | .open = x25_seq_forward_open, |
299 | .read = seq_read, | 299 | .read = seq_read, |