diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mlx5/driver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 9108904a6a56..406b27ec1d42 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h | |||
| @@ -706,8 +706,7 @@ void mlx5_cmd_use_events(struct mlx5_core_dev *dev); | |||
| 706 | void mlx5_cmd_use_polling(struct mlx5_core_dev *dev); | 706 | void mlx5_cmd_use_polling(struct mlx5_core_dev *dev); |
| 707 | int mlx5_cmd_status_to_err(struct mlx5_outbox_hdr *hdr); | 707 | int mlx5_cmd_status_to_err(struct mlx5_outbox_hdr *hdr); |
| 708 | int mlx5_cmd_status_to_err_v2(void *ptr); | 708 | int mlx5_cmd_status_to_err_v2(void *ptr); |
| 709 | int mlx5_core_get_caps(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type, | 709 | int mlx5_core_get_caps(struct mlx5_core_dev *dev, enum mlx5_cap_type cap_type); |
| 710 | enum mlx5_cap_mode cap_mode); | ||
| 711 | int mlx5_cmd_exec(struct mlx5_core_dev *dev, void *in, int in_size, void *out, | 710 | int mlx5_cmd_exec(struct mlx5_core_dev *dev, void *in, int in_size, void *out, |
| 712 | int out_size); | 711 | int out_size); |
| 713 | int mlx5_cmd_exec_cb(struct mlx5_core_dev *dev, void *in, int in_size, | 712 | int mlx5_cmd_exec_cb(struct mlx5_core_dev *dev, void *in, int in_size, |
