svn commit: r331531 - head/sys/dev/mlx5

Hans Petter Selasky hselasky at FreeBSD.org
Sun Mar 25 08:55:54 UTC 2018


Author: hselasky
Date: Sun Mar 25 08:55:53 2018
New Revision: 331531
URL: https://svnweb.freebsd.org/changeset/base/331531

Log:
  Remove redundant prototype to fix compilation with GCC.
  
  Reported by:	jeff@
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies

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

Modified: head/sys/dev/mlx5/driver.h
==============================================================================
--- head/sys/dev/mlx5/driver.h	Sun Mar 25 08:39:51 2018	(r331530)
+++ head/sys/dev/mlx5/driver.h	Sun Mar 25 08:55:53 2018	(r331531)
@@ -868,7 +868,6 @@ static inline u32 mlx5_base_mkey(const u32 key)
 	return key & 0xffffff00u;
 }
 
-void mlx5_enter_error_state(struct mlx5_core_dev *dev, bool force);
 int mlx5_cmd_init(struct mlx5_core_dev *dev);
 void mlx5_cmd_cleanup(struct mlx5_core_dev *dev);
 void mlx5_cmd_use_events(struct mlx5_core_dev *dev);


More information about the svn-src-all mailing list