From: Tariq Toukan <tar...@mellanox.com> All usages of the definition MAX_MSIX_P_PORT were removed. It's not in use anymore. Remove it.
Signed-off-by: Tariq Toukan <tar...@mellanox.com> Reviewed-by: Moshe Shemesh <mo...@mellanox.com> --- include/linux/mlx4/device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index 06e066e04a4b..236a7d04f891 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h @@ -46,7 +46,6 @@ #define DEFAULT_UAR_PAGE_SHIFT 12 -#define MAX_MSIX_P_PORT 17 #define MAX_MSIX 128 #define MIN_MSIX_P_PORT 5 #define MLX4_IS_LEGACY_EQ_MODE(dev_cap) ((dev_cap).num_comp_vectors < \ -- 2.21.0