X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fsunrpc%2Fstats.c;h=2878e20ebd0422beb718eb197371e7c59d33f832;hp=d19cd9ec6e99b6f2daa20eb26634f57dbd12e613;hb=d9bc125caf592b7d081021f32ce5b717efdf70c8;hpb=43d78ef2ba5bec26d0315859e8324bfc0be23766 diff --git a/net/sunrpc/stats.c b/net/sunrpc/stats.c index d19cd9ec6e99..2878e20ebd04 100644 --- a/net/sunrpc/stats.c +++ b/net/sunrpc/stats.c @@ -66,7 +66,7 @@ static int rpc_proc_open(struct inode *inode, struct file *file) return single_open(file, rpc_proc_show, PDE(inode)->data); } -static struct file_operations rpc_proc_fops = { +static const struct file_operations rpc_proc_fops = { .owner = THIS_MODULE, .open = rpc_proc_open, .read = seq_read,