diff --git a/[refs] b/[refs] index 364e788777f7..eee99388d39c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91cde6f7d295a9eafea51d821f6e609288736c79 +refs/heads/master: a1f6f5a7689098f01d9b7b7181795ee78563ce37 diff --git a/trunk/net/x25/x25_proc.c b/trunk/net/x25/x25_proc.c index 78b05342606e..3f52b09bed03 100644 --- a/trunk/net/x25/x25_proc.c +++ b/trunk/net/x25/x25_proc.c @@ -293,7 +293,7 @@ static const struct file_operations x25_seq_route_fops = { .release = seq_release, }; -static struct file_operations x25_seq_forward_fops = { +static const struct file_operations x25_seq_forward_fops = { .owner = THIS_MODULE, .open = x25_seq_forward_open, .read = seq_read,