[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 78b05342606ef07fff0d80d5a24c68ca2c6ed225..3f52b09bed033fbb8f77e4b37342fd757183744d 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,
This page took 0.089836 seconds and 5 git commands to generate.