From: Adrian Bunk Signed-off-by: Adrian Bunk Cc: Ingo Molnar Signed-off-by: Andrew Morton --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/proc/base.c~fs-proc-basec-make-a-struct-static fs/proc/base.c --- a/fs/proc/base.c~fs-proc-basec-make-a-struct-static +++ a/fs/proc/base.c @@ -950,7 +950,7 @@ static int sched_open(struct inode *inod return ret; } -const struct file_operations proc_pid_sched_operations = { +static const struct file_operations proc_pid_sched_operations = { .open = sched_open, .read = seq_read, .write = sched_write, _