diff options
-rw-r--r-- | net/x25/af_x25.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 5a1a98df3499..ac095936552d 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c | |||
@@ -74,7 +74,7 @@ DEFINE_RWLOCK(x25_list_lock); | |||
74 | 74 | ||
75 | static const struct proto_ops x25_proto_ops; | 75 | static const struct proto_ops x25_proto_ops; |
76 | 76 | ||
77 | static struct x25_address null_x25_address = {" "}; | 77 | static const struct x25_address null_x25_address = {" "}; |
78 | 78 | ||
79 | #ifdef CONFIG_COMPAT | 79 | #ifdef CONFIG_COMPAT |
80 | struct compat_x25_subscrip_struct { | 80 | struct compat_x25_subscrip_struct { |