svn commit: r331911 - stable/11/sys/dev/mlx5
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Apr 3 09:22:37 UTC 2018
Author: hselasky
Date: Tue Apr 3 09:22:36 2018
New Revision: 331911
URL: https://svnweb.freebsd.org/changeset/base/331911
Log:
MFC r331531:
Remove redundant prototype to fix compilation with GCC.
Reported by: jeff@
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/dev/mlx5/driver.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/mlx5/driver.h
==============================================================================
--- stable/11/sys/dev/mlx5/driver.h Tue Apr 3 07:52:06 2018 (r331910)
+++ stable/11/sys/dev/mlx5/driver.h Tue Apr 3 09:22:36 2018 (r331911)
@@ -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-stable-11
mailing list