mlx5(4): Remove redundant declaration of mlx5_enter_error_state

Broken in r330644.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Conrad Meyer 2018-03-10 00:59:48 +00:00
parent 30417f2cd4
commit 918622dbc0

View File

@ -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);