aboutsummaryrefslogtreecommitdiffstats
path: root/net/appletalk/ddp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/appletalk/ddp.c')
-rw-r--r--net/appletalk/ddp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
index 7982656b9c83..296f186802ff 100644
--- a/net/appletalk/ddp.c
+++ b/net/appletalk/ddp.c
@@ -63,7 +63,7 @@
63#include <linux/atalk.h> 63#include <linux/atalk.h>
64 64
65struct datalink_proto *ddp_dl, *aarp_dl; 65struct datalink_proto *ddp_dl, *aarp_dl;
66static struct proto_ops atalk_dgram_ops; 66static const struct proto_ops atalk_dgram_ops;
67 67
68/**************************************************************************\ 68/**************************************************************************\
69* * 69* *
@@ -1841,7 +1841,7 @@ static struct net_proto_family atalk_family_ops = {
1841 .owner = THIS_MODULE, 1841 .owner = THIS_MODULE,
1842}; 1842};
1843 1843
1844static struct proto_ops SOCKOPS_WRAPPED(atalk_dgram_ops) = { 1844static const struct proto_ops SOCKOPS_WRAPPED(atalk_dgram_ops) = {
1845 .family = PF_APPLETALK, 1845 .family = PF_APPLETALK,
1846 .owner = THIS_MODULE, 1846 .owner = THIS_MODULE,
1847 .release = atalk_release, 1847 .release = atalk_release,