diff options
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/sch_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index 60b92fcdc8bb..4158127bc202 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c | |||
@@ -1194,7 +1194,7 @@ static int psched_open(struct inode *inode, struct file *file) | |||
1194 | return single_open(file, psched_show, PDE(inode)->data); | 1194 | return single_open(file, psched_show, PDE(inode)->data); |
1195 | } | 1195 | } |
1196 | 1196 | ||
1197 | static struct file_operations psched_fops = { | 1197 | static const struct file_operations psched_fops = { |
1198 | .owner = THIS_MODULE, | 1198 | .owner = THIS_MODULE, |
1199 | .open = psched_open, | 1199 | .open = psched_open, |
1200 | .read = seq_read, | 1200 | .read = seq_read, |