svn commit: r331923 - stable/11/sys/dev/mlx5

Hans Petter Selasky hselasky at FreeBSD.org
Tue Apr 3 09:46:29 UTC 2018


Author: hselasky
Date: Tue Apr  3 09:46:28 2018
New Revision: 331923
URL: https://svnweb.freebsd.org/changeset/base/331923

Log:
  MFC r330655:
  Remove duplicate prototypes.
  
  This is a direct commit (mergeinfo was added by r331796).
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/dev/mlx5/cmd.h

Modified: stable/11/sys/dev/mlx5/cmd.h
==============================================================================
--- stable/11/sys/dev/mlx5/cmd.h	Tue Apr  3 09:40:52 2018	(r331922)
+++ stable/11/sys/dev/mlx5/cmd.h	Tue Apr  3 09:46:28 2018	(r331923)
@@ -50,11 +50,4 @@ int mlx5_cmd_query_cong_params(struct mlx5_core_dev *d
                                void *out, int out_size);
 int mlx5_cmd_modify_cong_params(struct mlx5_core_dev *mdev,
                                 void *in, int in_size);
-struct mlx5_core_dev;
-int mlx5_cmd_query_cong_counter(struct mlx5_core_dev *dev,
-                                bool reset, void *out, int out_size);
-int mlx5_cmd_query_cong_params(struct mlx5_core_dev *dev, int cong_point,
-                               void *out, int out_size);
-int mlx5_cmd_modify_cong_params(struct mlx5_core_dev *mdev,
-                                void *in, int in_size);
 #endif /* MLX5_CMD_H */


More information about the svn-src-all mailing list