[AF_X25]: constify function pointer tables
authorJan Engelhardt <jengelh@computergmbh.de>
Wed, 23 Jan 2008 02:30:06 +0000 (18:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:55 +0000 (15:10 -0800)
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/x25/x25_proc.c

index 78b0534..3f52b09 100644 (file)
@@ -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,