Remove duplicate prototypes.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2018-03-08 15:37:09 +00:00
parent b69f17c450
commit eb028439e6

View File

@ -43,13 +43,6 @@ struct mlx5_cmd_alloc_uar_imm_out {
u32 uarn;
};
struct mlx5_core_dev;
int mlx5_cmd_query_cong_counter(struct mlx5_core_dev *dev,
bool reset, void *out, int out_size);
int mlx5_cmd_query_cong_params(struct mlx5_core_dev *dev, int cong_point,
void *out, int out_size);
int mlx5_cmd_modify_cong_params(struct mlx5_core_dev *mdev,
void *in, int in_size);
struct mlx5_core_dev;
int mlx5_cmd_query_cong_counter(struct mlx5_core_dev *dev,
bool reset, void *out, int out_size);