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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to