diff options
Diffstat (limited to 'net/econet/af_econet.c')
-rw-r--r-- | net/econet/af_econet.c | 4 |
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 | ||
48 | static struct proto_ops econet_ops; | 48 | static const struct proto_ops econet_ops; |
49 | static struct hlist_head econet_sklist; | 49 | static struct hlist_head econet_sklist; |
50 | static DEFINE_RWLOCK(econet_lock); | 50 | static 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 | ||
701 | static struct proto_ops SOCKOPS_WRAPPED(econet_ops) = { | 701 | static 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, |