X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fproc%2Fkmsg.c;h=ff3b90b56e9d635546fe71868ffdc473632c5352;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=10d37bf252060fab81b641d56e4573aaa56fe110;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c index 10d37bf25..ff3b90b56 100644 --- a/fs/proc/kmsg.c +++ b/fs/proc/kmsg.c @@ -47,7 +47,7 @@ static unsigned int kmsg_poll(struct file *file, poll_table *wait) } -struct file_operations proc_kmsg_operations = { +const struct file_operations proc_kmsg_operations = { .read = kmsg_read, .poll = kmsg_poll, .open = kmsg_open,