Commit c9e6c720 authored by Aya Levin's avatar Aya Levin Committed by Saeed Mahameed

net/mlx5e: TX reporter cleanup

Remove redundant include files.
Signed-off-by: default avatarAya Levin <ayal@mellanox.com>
Reviewed-by: default avatarTariq Toukan <tariqt@mellanox.com>
Acked-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
parent baf6dfdb
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#ifndef __MLX5E_EN_REPORTER_H #ifndef __MLX5E_EN_REPORTER_H
#define __MLX5E_EN_REPORTER_H #define __MLX5E_EN_REPORTER_H
#include <linux/mlx5/driver.h>
#include "en.h" #include "en.h"
int mlx5e_tx_reporter_create(struct mlx5e_priv *priv); int mlx5e_tx_reporter_create(struct mlx5e_priv *priv);
......
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2019 Mellanox Technologies. */ /* Copyright (c) 2019 Mellanox Technologies. */
#include <net/devlink.h>
#include "reporter.h" #include "reporter.h"
#include "lib/eq.h" #include "lib/eq.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment