[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0801222051460.5722@fbirervta.pbzchgretzou.qr>
Date: Tue, 22 Jan 2008 20:52:04 +0100 (CET)
From: Jan Engelhardt <jengelh@...putergmbh.de>
To: "David S. Miller" <davem@...emloft.net>
cc: netdev@...r.kernel.org
Subject: [PATCH] [AF_X25]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@...putergmbh.de>
---
net/x25/x25_proc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/x25/x25_proc.c b/net/x25/x25_proc.c
index 7d55e50..3faec8e 100644
--- a/net/x25/x25_proc.c
+++ b/net/x25/x25_proc.c
@@ -287,7 +287,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,
--
1.5.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists