diff options
Diffstat (limited to 'net/core/utils.c')
-rw-r--r-- | net/core/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/core/utils.c b/net/core/utils.c index efc76dd9dcd1..7b803884c162 100644 --- a/net/core/utils.c +++ b/net/core/utils.c | |||
@@ -33,9 +33,6 @@ | |||
33 | #include <asm/byteorder.h> | 33 | #include <asm/byteorder.h> |
34 | #include <asm/uaccess.h> | 34 | #include <asm/uaccess.h> |
35 | 35 | ||
36 | int net_msg_warn __read_mostly = 1; | ||
37 | EXPORT_SYMBOL(net_msg_warn); | ||
38 | |||
39 | DEFINE_RATELIMIT_STATE(net_ratelimit_state, 5 * HZ, 10); | 36 | DEFINE_RATELIMIT_STATE(net_ratelimit_state, 5 * HZ, 10); |
40 | /* | 37 | /* |
41 | * All net warning printk()s should be guarded by this function. | 38 | * All net warning printk()s should be guarded by this function. |