aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2022-01-11 10:37:52 +0200
committerSaeed Mahameed <saeedm@nvidia.com>2022-03-10 23:38:21 -0800
commit71ab580705c1c49a3e939997d19d1e439cecdb80 (patch)
tree33bee736d9c5a297b8a78873729e9119af62d223 /drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
parentnet/mlx4: Delete useless moduleparam include (diff)
downloadlinux-dev-71ab580705c1c49a3e939997d19d1e439cecdb80.tar.xz
linux-dev-71ab580705c1c49a3e939997d19d1e439cecdb80.zip
net/mlx5: Delete useless module.h include
There is no need in include of module.h in the following files. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c b/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
index 41807ef55201..351ea0a41a03 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
@@ -3,7 +3,6 @@
#include <linux/interrupt.h>
#include <linux/notifier.h>
-#include <linux/module.h>
#include <linux/mlx5/driver.h>
#include "mlx5_core.h"
#include "mlx5_irq.h"