mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 20:26:48 +07:00
RDMA/mlx5: Limit scope of get vector affinity local function
The mlx5_ib_get_vector_affinity() call is local to main.c file and there
is no need to be declared globally visible.
Fixes: 40b24403f3
("mlx5: support ->get_vector_affinity")
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
fab773cb51
commit
84305d71d6
@ -3819,8 +3819,8 @@ static void init_delay_drop(struct mlx5_ib_dev *dev)
|
||||
mlx5_ib_warn(dev, "Failed to init delay drop debugfs\n");
|
||||
}
|
||||
|
||||
const struct cpumask *mlx5_ib_get_vector_affinity(struct ib_device *ibdev,
|
||||
int comp_vector)
|
||||
static const struct cpumask *
|
||||
mlx5_ib_get_vector_affinity(struct ib_device *ibdev, int comp_vector)
|
||||
{
|
||||
struct mlx5_ib_dev *dev = to_mdev(ibdev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user