summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/health.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/health.c
parent042637019ea3661bfb82aed6860f73bdbcb6d263 (diff)
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/health.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/health.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/health.c b/drivers/net/ethernet/mellanox/mlx5/core/health.c
index 737df402c927..659021c31cbd 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/health.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/health.c
@@ -31,7 +31,6 @@
*/
#include <linux/kernel.h>
-#include <linux/module.h>
#include <linux/random.h>
#include <linux/vmalloc.h>
#include <linux/hardirq.h>