svn commit: r325976 - head/sys/dev/mlx5/mlx5_core

Hans Petter Selasky hselasky at FreeBSD.org
Sat Nov 18 20:32:11 UTC 2017


Author: hselasky
Date: Sat Nov 18 20:32:09 2017
New Revision: 325976
URL: https://svnweb.freebsd.org/changeset/base/325976

Log:
  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

Modified:
  head/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c	Sat Nov 18 20:10:36 2017	(r325975)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c	Sat Nov 18 20:32:09 2017	(r325976)
@@ -2553,10 +2553,6 @@ static void iterate_rules_in_ft(struct mlx5_flow_table
 	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)


More information about the svn-src-all mailing list