aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Parav Pandit <parav@nvidia.com> 2024-05-12 15:43:05 +0300
committerGravatar Jakub Kicinski <kuba@kernel.org> 2024-05-13 16:35:47 -0700
commitdb5944e16cd80efcbfe0bf1d067fdcc2f710d246 (patch)
tree055bc782bda19d2479f4182fe52e39fa4d6a412b /include
parentnet/mlx5e: Modifying channels number and updating TX queues (diff)
downloadlinux-db5944e16cd80efcbfe0bf1d067fdcc2f710d246.tar.gz
linux-db5944e16cd80efcbfe0bf1d067fdcc2f710d246.tar.bz2
linux-db5944e16cd80efcbfe0bf1d067fdcc2f710d246.zip
net/mlx5: Remove unused msix related exported APIs
MSIX irq allocation and free APIs are no longer in use. Hence, remove the dead code. Signed-off-by: Parav Pandit <parav@nvidia.com> Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Reviewed-by: Simon Horman <horms@kernel.org> Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com> Link: https://lore.kernel.org/r/20240512124306.740898-4-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mlx5/driver.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 8218588688b5..0aa15cac0308 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -1374,11 +1374,4 @@ static inline bool mlx5_is_macsec_roce_supported(struct mlx5_core_dev *mdev)
enum {
MLX5_OCTWORD = 16,
};
-
-struct msi_map mlx5_msix_alloc(struct mlx5_core_dev *dev,
- irqreturn_t (*handler)(int, void *),
- const struct irq_affinity_desc *affdesc,
- const char *name);
-void mlx5_msix_free(struct mlx5_core_dev *dev, struct msi_map map);
-
#endif /* MLX5_DRIVER_H */