]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/core/utils.c
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
[mirror_ubuntu-jammy-kernel.git] / net / core / utils.c
index efc76dd9dcd160aaf31a37454fc980fbb7e9d5b4..7b803884c162834ddc5327805e6b0e3a636a82f0 100644 (file)
@@ -33,9 +33,6 @@
 #include <asm/byteorder.h>
 #include <asm/uaccess.h>
 
-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.