summaryrefslogtreecommitdiffstats
path: root/net/x25/x25_proc.c
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-23 03:30:06 +0100
committerDavid S. Miller2008-01-29 00:10:55 +0100
commita1f6f5a7689098f01d9b7b7181795ee78563ce37 (patch)
tree75a8c5a0435a7ea7dfc248f2b36d1b0dcfba75d2 /net/x25/x25_proc.c
parent[IrDA]: LMP discovery timer not started by default (diff)
downloadkernel-qcow2-linux-a1f6f5a7689098f01d9b7b7181795ee78563ce37.tar.gz
kernel-qcow2-linux-a1f6f5a7689098f01d9b7b7181795ee78563ce37.tar.xz
kernel-qcow2-linux-a1f6f5a7689098f01d9b7b7181795ee78563ce37.zip
[AF_X25]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25/x25_proc.c')
-rw-r--r--net/x25/x25_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/x25_proc.c b/net/x25/x25_proc.c
index 78b05342606e..3f52b09bed03 100644
--- a/net/x25/x25_proc.c
+++ b/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,