tc/action: make variables static

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2018-11-15 14:36:38 -08:00
parent 42d9eed451
commit 9e96e71594

View File

@ -30,9 +30,9 @@
static struct action_util *action_list;
#ifdef CONFIG_GACT
int gact_ld; /* f*ckin backward compatibility */
static int gact_ld; /* f*ckin backward compatibility */
#endif
int tab_flush;
static int tab_flush;
static void act_usage(void)
{