mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
mlx5(4): Remove redundant declaration of mlx5_enter_error_state
Broken in r330644. Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
30417f2cd4
commit
918622dbc0
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue