X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fcore%2Futils.c;h=7b803884c162834ddc5327805e6b0e3a636a82f0;hb=ba7a46f16dd29f93303daeb1fee8af316c5a07f4;hp=efc76dd9dcd160aaf31a37454fc980fbb7e9d5b4;hpb=5b61c4db49e2530ed10631321d4c73f49d560a93;p=cascardo%2Flinux.git 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 @@ #include #include -int net_msg_warn __read_mostly = 1; -EXPORT_SYMBOL(net_msg_warn); - DEFINE_RATELIMIT_STATE(net_ratelimit_state, 5 * HZ, 10); /* * All net warning printk()s should be guarded by this function.