X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fproc%2Fvmcore.c;h=164a7d055e3f339979f80383588b3ff50e78e277;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=20d4b2237fcefd482112a3752669fe87004884bf;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c index 20d4b2237..164a7d055 100644 --- a/fs/proc/vmcore.c +++ b/fs/proc/vmcore.c @@ -172,7 +172,7 @@ static int open_vmcore(struct inode *inode, struct file *filp) return 0; } -const struct file_operations proc_vmcore_operations = { +struct file_operations proc_vmcore_operations = { .read = read_vmcore, .open = open_vmcore, };