aboutsummaryrefslogtreecommitdiffstats
path: root/net/econet/af_econet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/econet/af_econet.c')
-rw-r--r--net/econet/af_econet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/econet/af_econet.c b/net/econet/af_econet.c
index 34fdac51df96..ff58f49c8b4a 100644
--- a/net/econet/af_econet.c
+++ b/net/econet/af_econet.c
@@ -45,7 +45,7 @@
45#include <asm/uaccess.h> 45#include <asm/uaccess.h>
46#include <asm/system.h> 46#include <asm/system.h>
47 47
48static struct proto_ops econet_ops; 48static const struct proto_ops econet_ops;
49static struct hlist_head econet_sklist; 49static struct hlist_head econet_sklist;
50static DEFINE_RWLOCK(econet_lock); 50static DEFINE_RWLOCK(econet_lock);
51 51
@@ -698,7 +698,7 @@ static struct net_proto_family econet_family_ops = {
698 .owner = THIS_MODULE, 698 .owner = THIS_MODULE,
699}; 699};
700 700
701static struct proto_ops SOCKOPS_WRAPPED(econet_ops) = { 701static const struct proto_ops SOCKOPS_WRAPPED(econet_ops) = {
702 .family = PF_ECONET, 702 .family = PF_ECONET,
703 .owner = THIS_MODULE, 703 .owner = THIS_MODULE,
704 .release = econet_release, 704 .release = econet_release,