diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 600dda51d995..f97e92ea34f3 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include "ccid.h" | 39 | #include "ccid.h" |
40 | #include "dccp.h" | 40 | #include "dccp.h" |
41 | 41 | ||
42 | DEFINE_SNMP_STAT(struct dccp_mib, dccp_statistics); | 42 | DEFINE_SNMP_STAT(struct dccp_mib, dccp_statistics) __read_mostly; |
43 | 43 | ||
44 | atomic_t dccp_orphan_count = ATOMIC_INIT(0); | 44 | atomic_t dccp_orphan_count = ATOMIC_INIT(0); |
45 | 45 | ||