Remove duplicate static function prototype to fix compilation of

mlx5_fs_tree.c after r325638 when using GCC.

Found by:	kib @
MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2017-11-18 20:32:09 +00:00
parent f70bac6449
commit b108f35740
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325976

View File

@ -2553,10 +2553,6 @@ static void iterate_rules_in_ft(struct mlx5_flow_table *ft,
mutex_unlock(&ft->base.lock);
}
static void iterate_rules_in_ns(struct mlx5_flow_namespace *ns,
rule_event_fn add_rule_cb,
void *context);
static void iterate_rules_in_prio(struct fs_prio *prio,
rule_event_fn add_rule_cb,
void *context)