aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
diff options
context:
space:
mode:
authorAya Levin <ayal@mellanox.com>2019-07-01 14:53:34 +0300
committerSaeed Mahameed <saeedm@mellanox.com>2019-08-20 13:08:15 -0700
commit4edc17fdfdf15c2971d15cbfa4d6f2f5f537ee5e (patch)
tree76ab3d541f9e374013b250e2df68cdab192f3a1c /drivers/net/ethernet/mellanox/mlx5/core/en_main.c
parentr8152: divide the tx and rx bottom functions (diff)
downloadlinux-dev-4edc17fdfdf15c2971d15cbfa4d6f2f5f537ee5e.tar.xz
linux-dev-4edc17fdfdf15c2971d15cbfa4d6f2f5f537ee5e.zip
net/mlx5e: Rename reporter header file
Rename reporter.h -> health.h so patches in the set can use it for health related functionality. Signed-off-by: Aya Levin <ayal@mellanox.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/en_main.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/en_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
index 0c8e847a9eee..09a68b84cce0 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
@@ -56,7 +56,7 @@
#include "en/xdp.h"
#include "lib/eq.h"
#include "en/monitor_stats.h"
-#include "en/reporter.h"
+#include "en/health.h"
#include "en/params.h"
#include "en/xsk/umem.h"
#include "en/xsk/setup.h"