svn commit: r330714 - head/sys/dev/mlx5
Conrad Meyer
cem at FreeBSD.org
Sat Mar 10 00:59:49 UTC 2018
Author: cem
Date: Sat Mar 10 00:59:48 2018
New Revision: 330714
URL: https://svnweb.freebsd.org/changeset/base/330714
Log:
mlx5(4): Remove redundant declaration of mlx5_enter_error_state
Broken in r330644.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/dev/mlx5/driver.h
Modified: head/sys/dev/mlx5/driver.h
==============================================================================
--- head/sys/dev/mlx5/driver.h Sat Mar 10 00:44:33 2018 (r330713)
+++ head/sys/dev/mlx5/driver.h Sat Mar 10 00:59:48 2018 (r330714)
@@ -865,7 +865,6 @@ static inline u32 mlx5_base_mkey(const u32 key)
return key & 0xffffff00u;
}
-void mlx5_enter_error_state(struct mlx5_core_dev *dev);
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