Commit c9d123f2 authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller

[PKT_SCHED]: psched_*_per_* can be static

Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 99add3c0
......@@ -1145,8 +1145,8 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp,
return -1;
}
int psched_us_per_tick = 1;
int psched_tick_per_us = 1;
static int psched_us_per_tick = 1;
static int psched_tick_per_us = 1;
#ifdef CONFIG_PROC_FS
static int psched_show(struct seq_file *seq, void *v)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment