diff options
author | Bodong Wang <bodong@mellanox.com> | 2019-04-13 00:14:03 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-05-02 00:39:16 +0300 |
commit | c9bbfb378bc35fcd0b51e4a8950bd50447f39832 (patch) | |
tree | 329b7c0c7e464dfecf388c87580a0d73d020d961 /include/linux/mlx5/vport.h | |
parent | 0bdddcea5be6d619a047ad0ef3252a12725e3928 (diff) | |
download | linux-c9bbfb378bc35fcd0b51e4a8950bd50447f39832.tar.xz |
net/mlx5: Remove unused mlx5_query_nic_vport_vlans
mlx5_query_nic_vport_vlans() is not used anymore. Hence remove it.
This patch doesn't change any functionality.
Signed-off-by: Bodong Wang <bodong@mellanox.com>
Reviewed-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/vport.h')
-rw-r--r-- | include/linux/mlx5/vport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mlx5/vport.h b/include/linux/mlx5/vport.h index 0eef548b9946..3d1c6cdbbba7 100644 --- a/include/linux/mlx5/vport.h +++ b/include/linux/mlx5/vport.h @@ -118,10 +118,6 @@ int mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev, int promisc_uc, int promisc_mc, int promisc_all); -int mlx5_query_nic_vport_vlans(struct mlx5_core_dev *dev, - u16 vport, - u16 vlans[], - int *size); int mlx5_modify_nic_vport_vlans(struct mlx5_core_dev *dev, u16 vlans[], int list_size); |