From: Cong Wang
Date: Fri, 13 Oct 2017 12:58:13 -0700
> Apparently ife_meta_id2name() is only called when
> CONFIG_MODULES is defined.
>
> This fixes:
>
> net/sched/act_ife.c:251:20: warning: ‘ife_meta_id2name’ defined but not used
> [-Wunused-function]
> static const char *ife_meta_id2name(u
Cong Wang writes:
> Apparently ife_meta_id2name() is only called when
> CONFIG_MODULES is defined.
>
> This fixes:
>
> net/sched/act_ife.c:251:20: warning: ‘ife_meta_id2name’ defined but not used
> [-Wunused-function]
> static const char *ife_meta_id2name(u32 metaid)
> ^
Apparently ife_meta_id2name() is only called when
CONFIG_MODULES is defined.
This fixes:
net/sched/act_ife.c:251:20: warning: ‘ife_meta_id2name’ defined but not used
[-Wunused-function]
static const char *ife_meta_id2name(u32 metaid)
^~~~
Fixes: d3f24ba895f0 ("n