mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
net/sched: netem: remove useless VERSION
The version printed was never updated and kernel version is better indication of what is fixed or not. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Link: https://patch.msgid.link/20260509171123.307549-3-stephen@networkplumber.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
9371b229a1
commit
4398429a5f
|
|
@ -27,8 +27,6 @@
|
|||
#include <net/pkt_sched.h>
|
||||
#include <net/inet_ecn.h>
|
||||
|
||||
#define VERSION "1.3"
|
||||
|
||||
/* Network Emulation Queuing algorithm.
|
||||
====================================
|
||||
|
||||
|
|
@ -1413,10 +1411,8 @@ static struct Qdisc_ops netem_qdisc_ops __read_mostly = {
|
|||
};
|
||||
MODULE_ALIAS_NET_SCH("netem");
|
||||
|
||||
|
||||
static int __init netem_module_init(void)
|
||||
{
|
||||
pr_info("netem: version " VERSION "\n");
|
||||
return register_qdisc(&netem_qdisc_ops);
|
||||
}
|
||||
static void __exit netem_module_exit(void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user