Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 15:37:10 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330655 - head/sys/dev/mlx5
Message-ID:  <201803081537.w28FbAxk005815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Mar  8 15:37:09 2018
New Revision: 330655
URL: https://svnweb.freebsd.org/changeset/base/330655

Log:
  Remove duplicate prototypes.
  
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/dev/mlx5/cmd.h

Modified: head/sys/dev/mlx5/cmd.h
==============================================================================
--- head/sys/dev/mlx5/cmd.h	Thu Mar  8 15:28:13 2018	(r330654)
+++ head/sys/dev/mlx5/cmd.h	Thu Mar  8 15:37:09 2018	(r330655)
@@ -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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803081537.w28FbAxk005815>